From 198bbaaec6b00585f5eef794b130a02aa20f34ce Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 16:16:10 -0400 Subject: new layout 6 --- templates/page.html.twig | 1 + templates/partials/header.html.twig | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/page.html.twig b/templates/page.html.twig index dc2c9ed..1291aaf 100644 --- a/templates/page.html.twig +++ b/templates/page.html.twig @@ -14,6 +14,7 @@
{{ page.content|raw }} + {% include 'partials/navigation.html.twig' %}
{% if page.url != "/" %} - {{site.title|e}} + {{site.title|e}} {% endif %}
-- cgit v1.2.3