feat: add hashover theme setting
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user