head: temporarily use userpage's head tags instead of overwriting our own

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-22 12:25:44 -05:00
parent 49b12f220c
commit db95ff7f43
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% if request.path == '/' %}
{% set csp=CONTENT_SECURITY_POLICY_HOME %}
{% endif %}
{% if not 'post/' in request.path %}
{% if not 'post/' in request.path and not '@' in request.path %}
{{html_head.html_head(true, true, true, csp, none, "", "", true, 'post/' in request.path)}}
{% else %}
{# this should really be fixed at some point, prolly after 10/31 #}