diff --git a/app/views/archive.twig b/app/views/archive.twig index df00d98..b8259f7 100644 --- a/app/views/archive.twig +++ b/app/views/archive.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/bookmarks.twig b/app/views/bookmarks.twig index 1fc12e2..77b3010 100644 --- a/app/views/bookmarks.twig +++ b/app/views/bookmarks.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/index.twig b/app/views/index.twig index 9dabe75..e2f7700 100644 --- a/app/views/index.twig +++ b/app/views/index.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/layout.twig b/app/views/layout.twig index f2a56fa..af10365 100644 --- a/app/views/layout.twig +++ b/app/views/layout.twig @@ -18,7 +18,7 @@ {% include '_top.twig' %}
- {% include "menu.twig" %} + {% include "_menu.twig" %} {% block content %}{% endblock %}