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:
@ -13,12 +13,12 @@
|
||||
<nav id="menu">
|
||||
<ul class="links">
|
||||
{% for page in site.pages %}
|
||||
{% if page.layout == "default" %}
|
||||
{% if page.layout == "home" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl | remove: "index.html" }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for page in site.pages %}
|
||||
{% if page.layout != "default" %}
|
||||
{% if page.layout != "home" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user