mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
Update header.html
This commit is contained in:
parent
13addd41b0
commit
d14d58bb1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue