From 63c3c9f678b498554144ea016952420bcd1c73f5 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 21 Nov 2022 15:13:22 -0600 Subject: [PATCH] fix prev commit --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index d2946e0fcd..ca1d089685 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -9,7 +9,7 @@ {% endif %} {% endblock %} {% block pagetitle %} -{{SITE_FULL if not sub else '/h/' + sub}} +{{SITE_NAME if not sub else '/h/' + sub}} {% endblock %} {% block head_final %}