Let people put bad things in their own head

Fixes #432
pull/484/head
Andrew Godwin 2023-01-29 18:20:58 -07:00
rodzic 1ffbb2e860
commit 28ed74df24
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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