Skip to content

Commit 2cc9861

Browse files
committed
docs: Directory-relative URL
1 parent 65e44c6 commit 2cc9861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% for page in site.pages %}
88
{% 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 %}

0 commit comments

Comments
 (0)