Move applause button below comment links

This commit is contained in:
timvisee 2021-03-02 13:30:34 +01:00
parent 129b9b450e
commit 50983760de
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 8 additions and 12 deletions

View File

@ -56,20 +56,9 @@
{{ page.content | safe }}
</div>
{# Comments header #}
{# Comment links #}
{% if page.extra.comments %}
<h2 id="comments">Comments</h2>
{% endif %}
{# Applause button #}
{% if page.extra.zenn_applause %}
<div class="applause-wrapper">
<applause-button color="#a6a28c" url="{{ page.permalink | safe }}"></applause-button>
</div>
{% endif %}
{# Comments #}
{% if page.extra.comments %}
<p>
Comments on
{% for page in page.extra.comments %}
@ -85,6 +74,13 @@
.
</p>
{% endif %}
{# Applause button #}
{% if page.extra.zenn_applause %}
<div class="applause-wrapper">
<applause-button color="#a6a28c" url="{{ page.permalink | safe }}"></applause-button>
</div>
{% endif %}
</article>
{% endblock body %}