From 9b99142654b30184992aef9ee201856e4355aa23 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sat, 2 May 2026 01:28:12 +0200 Subject: navbar implemented on blog, comics and codenames --- global/templates/base.html.j2 | 6 +++--- global/templates/navbar.html.j2 | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 global/templates/navbar.html.j2 (limited to 'global/templates') diff --git a/global/templates/base.html.j2 b/global/templates/base.html.j2 index 21530c7..caf9064 100644 --- a/global/templates/base.html.j2 +++ b/global/templates/base.html.j2 @@ -7,10 +7,10 @@ -{% block head_extra %} {% endblock %} +{% block head_extra %} + {% endblock %} -{% block body %}{% endblock %} +{% block body %}{% include 'navbar.html.j2' %}{% endblock %} - diff --git a/global/templates/navbar.html.j2 b/global/templates/navbar.html.j2 new file mode 100644 index 0000000..18d51cb --- /dev/null +++ b/global/templates/navbar.html.j2 @@ -0,0 +1,8 @@ + \ No newline at end of file -- cgit v1.3