fix 500 with subs

pull/20/head
justcool393 2022-11-17 15:25:10 -06:00
parent 2bfb2c04a4
commit 49e2e73b9a
1 changed files with 1 additions and 1 deletions

View File

@ -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>{{title}}</title>