change hashover integration to local-mode

This commit is contained in:
2023-12-19 21:32:07 +01:00
parent 22fcc7b96c
commit d88bd0aeea

View File

@@ -4,6 +4,6 @@
<p class="left">{{ theme_config.hashover.disable_comments|raw }}</p>
{% else %}
<div id="hashover"></div>
<script async defer src="https://{{ theme_config.cusdis.domain }}/comments.php"></script>
<script async defer src="/hashover/comments.php"></script>
{% endif %}
{% endif %}