From a4e5b0adb5f044bd8ef81bdcd427dfae64e1b9cb Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 15 Dec 2023 00:30:08 -0500 Subject: fix moz animation and other tweaks --- templates/partials/header.html.twig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates/partials') diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index 4229a92..0c02cfe 100644 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -1,11 +1,17 @@
{% if page.header.icon %} - {{page.header.icon}} + {{page.header.icon}} {% else %} - web + web {% endif %} {% if page.url != "/" %} - {{site.title|e}} + {{site.title|e}} {% endif %} + {% if page.parent.url != "/" %} + + close + + {% else %} web + {% endif %}
\ No newline at end of file -- cgit v1.2.3