fix: paxover remote integration directory

This commit is contained in:
2023-12-20 18:32:38 +01:00
parent 8e727cfec8
commit 1195f1155e

View File

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