Update header.html

This commit is contained in:
Andrew Banchich 2017-04-22 20:45:51 -04:00 committed by GitHub
parent 663d94403b
commit a747ae12f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<ul class="links">
{% for page in site.pages %}
{% if page.layout == "home" %}
<li><a href="{{ "" | absolute_url }}">{{ page.title }}</a></li>
<li><a href="{{ "" | absolute_url }}/">{{ page.title }}</a></li>
{% endif %}
{% endfor %}
{% for page in site.pages %}