Merge pull request #265 from lioman/master

do not add empty list if none should be shown
This commit is contained in:
Alexandre Vicenzi 2021-03-07 01:32:15 +01:00 committed by GitHub
commit 4d936a7ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #}