mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update header.html
This commit is contained in:
parent
829010bd66
commit
e0438a47b0
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
|||
<ul class="links">
|
||||
{% for page in site.pages %}
|
||||
{% if page.layout == "home" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl | remove: "index.html" }}">{{ page.title }}</a></li>
|
||||
<li><a href="{{ "" | absolute_url }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for page in site.pages %}
|
||||
{% if page.layout != "home" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||
<li><a href="{{ page.url | absolute_url }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue