mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-02-13 02:00:50 +01:00
Update header.html
This commit is contained in:
parent
13addd41b0
commit
d14d58bb1b
@ -18,7 +18,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% 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>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user