We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e41a95 commit af5a748Copy full SHA for af5a748
_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.category }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
+ <li>{{ mypage.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
14
{% endif %}
15
{% endfor %}
16
0 commit comments