feat: add hashover theme setting

This commit is contained in:
2023-12-20 18:27:47 +01:00
parent 9d3c2a7f60
commit 5fc16df616

View File

@@ -83,6 +83,9 @@
{% do assets.addCss('theme://css/style.css') %} {% do assets.addCss('theme://css/style.css') %}
{% do assets.addCss('theme://fonts/opensans/local.css') %} {% do assets.addCss('theme://fonts/opensans/local.css') %}
{% do assets.addCss('theme://fonts/sourcecodepro/local.css') %} {% do assets.addCss('theme://fonts/sourcecodepro/local.css') %}
{% if theme_config.hashover.domain %}
<link rel="stylesheet" type="text/css" href="https://{{ theme_config.hashover.domain }}/themes/{{ theme_config.hashover.theme }}/comments.css">
{% endif %}
{% endblock %} {% endblock %}
{{ assets.css()|raw }} {{ assets.css()|raw }}