From a30dcfb3c3d8c10268f79ad85fc82116b9a3b433 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 21 Nov 2022 15:13:00 -0600 Subject: [PATCH] add missing page title (for meta tag) @geese-suck are you happy now --- files/templates/home.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/templates/home.html b/files/templates/home.html index 0c6570843..d2946e0fc 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -8,6 +8,9 @@ {{super()}} {% endif %} {% endblock %} +{% block pagetitle %} +{{SITE_FULL if not sub else '/h/' + sub}} +{% endblock %} {% block head_final %} {% set preview = sub.siderbarurl if sub and sub.sidebarurl else sub.bannerurl %}