parent
1ffbb2e860
commit
28ed74df24
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue