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
cc5b530933
commit
8111168c02
1 changed files with 2 additions and 0 deletions
|
@ -12,9 +12,11 @@
|
|||
<!-- Menu -->
|
||||
<nav id="menu">
|
||||
<ul class="links">
|
||||
{% for page in site.pages %}
|
||||
{% if page.layout == "default" %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl | remove: "index.html" }}">{{ page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for page in site.pages %}
|
||||
{% if page.title %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||
|
|
Loading…
Reference in a new issue