diff options
Diffstat (limited to 'theme/templates/menu.html')
-rwxr-xr-x | theme/templates/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/menu.html b/theme/templates/menu.html index 6cc3636..639c16c 100755 --- a/theme/templates/menu.html +++ b/theme/templates/menu.html @@ -26,6 +26,7 @@ {{ submenu(categories, 'categories', 'Catégories') }} + {% if pages %} <li class='has-sub'><span>À lire</span> <ul> {% for page in pages %} @@ -39,6 +40,7 @@ {% endfor %} </ul> </li> + {% endif %} {# |