We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e44c6 commit 2cc9861Copy full SHA for 2cc9861
lessons/index.html
@@ -7,7 +7,7 @@
7
{% for page in site.pages %}
8
{% if page.title and page.url != "/" %}
9
<li>
10
- <a href="/{{ page.url }}">{{ page.title }}</a>
+ <a href="{{ page.url }}">{{ page.title }}</a>
11
</li>
12
{% endif %}
13
{% endfor %}
0 commit comments