Update header.html
This commit is contained in:
parent
bd2f119a34
commit
a0855b791c
|
@ -18,7 +18,7 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for page in site.pages %}
|
||||
{% if page.url !== "index.html" %}
|
||||
{% if page.url != "index.html" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue