allowed pages to not show up on menu
This commit is contained in:
parent
17e24acc70
commit
40fe23e55a
1 changed files with 2 additions and 0 deletions
|
@ -51,9 +51,11 @@
|
|||
<p>{{ SITESUBTITLE }}</p>
|
||||
<nav>
|
||||
<ul class="list">
|
||||
{% if DISPLAY_PAGES_ON_MENU %}
|
||||
{% for page in pages|sort(attribute='title') %}
|
||||
<li><a href="{{ SITEURL }}/{{ page.url }}#{{ page.slug }}">{{ page.title }}</a></li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% for name, link in LINKS %}
|
||||
<li><a href="{{ link }}" target="_blank">{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue