add missing page title (for meta tag)

@geese-suck are you happy now
pull/2/head
justcool393 2022-11-21 15:13:00 -06:00
parent af8d4b3d41
commit a30dcfb3c3
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}