Skip to content

Commit a8b96a4

Browse files
committed
header
1 parent 50b8d7e commit a8b96a4

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
@@ -10,7 +10,7 @@ <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
1010
<li><a href="index.html">Home</a></li>
1111
{% for my_page in site.pages %}
1212
{% if my_page.title %}
13-
<li>{{ mypage.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
13+
<li>{{ my_page.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
1414
{% endif %}
1515
{% endfor %}
1616

0 commit comments

Comments
 (0)