mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-02-15 11:10:44 +01:00
Update header.html
This commit is contained in:
parent
13addd41b0
commit
d14d58bb1b
@ -18,7 +18,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
{% if page.title !== "Home" %}
|
{% if page.path !== "index.html" %}
|
||||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user