Update base.html
check for pages or LINKS, rather than just pages
This commit is contained in:
parent
5298bdbede
commit
ad1d58a686
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
</a>
|
||||
<h1><a href="{{ SITEURL }}">{{ SITETITLE }}</a></h1>
|
||||
{% if SITESUBTITLE %}<p>{{ SITESUBTITLE }}</p>{% endif %}
|
||||
{% if pages %}
|
||||
{% if pages or LINKS %}
|
||||
<nav>
|
||||
<ul class="list">
|
||||
{% for page in pages|sort(attribute='title') %}
|
||||
|
|
Loading…
Reference in a new issue