From 5b6f0991a24836a9d1b0eec90c0bc11a331c3b2a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 23 Jun 2024 05:22:03 -0500 Subject: Disable footer for long pages --- templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/layout.html b/templates/layout.html index 951c950..3160de5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -94,6 +94,7 @@ {% block content %}{% endblock %} +{% if not no_footer %} +{% endif %} -- cgit v1.2.3