From 7dcdbc065ddb4607cdd0cf13e25fc841a5925824 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 May 2024 11:47:21 +0200 Subject: [PATCH] faq.html catalog.html: fix top bar not being unpinned (missing hud hook) --- templates/themes/catalog/catalog.html | 2 +- templates/themes/faq/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 312158ab..6d4669ed 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -13,7 +13,7 @@ {% include 'header.html' %} -
+
{{ boardlist.top }}
diff --git a/templates/themes/faq/index.html b/templates/themes/faq/index.html index fb0d4dae..be6a711d 100644 --- a/templates/themes/faq/index.html +++ b/templates/themes/faq/index.html @@ -14,7 +14,7 @@ {% include 'header.html' %} -
+
{{ boardlist.top }}