fix: align comments to left
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% if page.header.disableComments %}
|
{% if page.header.disableComments %}
|
||||||
<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" class="left"></div>
|
||||||
<script async defer src="https://{{ theme_config.hashover.domain }}/comments.php"></script>
|
<script async defer src="https://{{ theme_config.hashover.domain }}/comments.php"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user