Skip to content

Commit a4b8a89

Browse files
committed
header
1 parent 1f113f1 commit a4b8a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
1111
{% for category in site.categories %}
1212
{% for my_page in category %}
1313
{% if my_page.title %}
14-
<li>{{ category }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
14+
<li>{{ mypage.category }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
1515
{% endif %}
1616
{% endfor %}
1717
{% endfor %}

0 commit comments

Comments
 (0)