1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

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

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 %}