Let people put bad things in their own head

Fixes #432
This commit is contained in:
Andrew Godwin 2023-01-29 18:20:58 -07:00
parent 1ffbb2e860
commit 28ed74df24

View file

@ -25,7 +25,7 @@
{% endif %}
</style>
{% if config_identity.custom_css %}
<style>{{ config_identity.custom_css }}</style>
<style>{{ config_identity.custom_css|safe }}</style>
{% endif %}
{% block opengraph %}
{% include "_opengraph.html" with opengraph_local=opengraph_defaults %}