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 %} {% endif %}
</style> </style>
{% if config_identity.custom_css %} {% if config_identity.custom_css %}
<style>{{ config_identity.custom_css }}</style> <style>{{ config_identity.custom_css|safe }}</style>
{% endif %} {% endif %}
{% block opengraph %} {% block opengraph %}
{% include "_opengraph.html" with opengraph_local=opengraph_defaults %} {% include "_opengraph.html" with opengraph_local=opengraph_defaults %}