Skip to content

Commit 65e44c6

Browse files
committed
docs: remove home link
1 parent cbc8a58 commit 65e44c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lessons/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<ul>
77
{% for page in site.pages %}
8-
{% if page.title %}
8+
{% if page.title and page.url != "/" %}
99
<li>
10-
<a href="{{ page.url }}">{{ page.title }}</a>
10+
<a href="/{{ page.url }}">{{ page.title }}</a>
1111
</li>
1212
{% endif %}
1313
{% endfor %}
File renamed without changes.

0 commit comments

Comments
 (0)