From 49e2e73b9a79668ef8049f4deea27b15a3427420 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 17 Nov 2022 15:25:10 -0600 Subject: [PATCH] fix 500 with subs --- files/templates/html_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/html_head.html b/files/templates/html_head.html index a037e90aa8..a2f8e7d668 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -71,7 +71,7 @@ {% elif sub %} {% set title, description = - '/h/'+sub, sub.sidebar if sub.sidebar %} + '/h/'+sub.name, sub.sidebar if sub.sidebar %} {% endif %} {{title}}