change comments css importing strategy

This commit is contained in:
2024-01-12 20:27:01 +01:00
parent 883364c5e1
commit ac550882b6
2 changed files with 4 additions and 1 deletions

View File

@@ -84,7 +84,6 @@
{% do assets.addCss('theme://fonts/opensans/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 %}