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 50b8d7e commit a8b96a4Copy full SHA for a8b96a4
_includes/header.html
@@ -10,7 +10,7 @@ <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
10
<li><a href="index.html">Home</a></li>
11
{% for my_page in site.pages %}
12
{% if my_page.title %}
13
- <li>{{ mypage.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
+ <li>{{ my_page.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
14
{% endif %}
15
{% endfor %}
16
0 commit comments