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 1f113f1 commit a4b8a89Copy full SHA for a4b8a89
_includes/header.html
@@ -11,7 +11,7 @@ <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
11
{% for category in site.categories %}
12
{% for my_page in category %}
13
{% if my_page.title %}
14
- <li>{{ category }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
+ <li>{{ mypage.category }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
15
{% endif %}
16
{% endfor %}
17
0 commit comments