Merge pull request #265 from lioman/master
do not add empty list if none should be shown
This commit is contained in:
commit
4d936a7ecd
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% if pages or LINKS %}
|
||||
{% if (pages and DISPLAY_PAGES_ON_MENU) or LINKS %}
|
||||
<nav>
|
||||
<ul class="list">
|
||||
{# Open links in new window depending on the LINKS_IN_NEW_TAB setting #}
|
||||
|
|
Loading…
Reference in a new issue