fix: align comments to left

This commit is contained in:
2023-12-20 18:45:00 +01:00
parent 1195f1155e
commit d72e4a16f2

View File

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