fix: revert hashover integration to local

This commit is contained in:
2023-12-20 18:26:30 +01:00
parent d88bd0aeea
commit 9d3c2a7f60

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="/hashover/comments.php"></script>
<script async defer src="https://{{ theme_config.hashover.domain }}/hashover/comments.php"></script>
{% endif %}
{% endif %}