diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2017-01-29 12:21:31 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2017-01-29 12:21:31 +0100 |
commit | 092e80d6a4bf4dba30d375868196af7a554bf6ef (patch) | |
tree | aeca725003b826dba5a7606a261ebfeda3871b70 /theme/templates/menu.html | |
parent | cc48f5f419c5395ef2fd4be5cdd4f2ce422d6b50 (diff) |
Remove resume from the blog.
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 %} {# |