9 lines
421 B
Twig
9 lines
421 B
Twig
{% if theme_config.hashover.domain %}
|
|
<h2 class="left">{{ theme_config.hashover.title|raw }}</h2>
|
|
{% if page.header.disableComments %}
|
|
<p class="left">{{ theme_config.hashover.disable_comments|raw }}</p>
|
|
{% else %}
|
|
<div id="hashover"></div>
|
|
<script async defer src="https://{{ theme_config.hashover.domain }}/hashover/comments.php"></script>
|
|
{% endif %}
|
|
{% endif %} |