Minor formatting fix
This commit is contained in:
@ -15,10 +15,10 @@
|
||||
{% set id = page.extra.comments.id %}
|
||||
|
||||
<section id="comments">
|
||||
|
||||
{% if config.extra.comments.show_qr %}
|
||||
<img id="qrcode" class="no-hover pixels" alt="QR code to a Mastodon post" src="https://api.qrserver.com/v1/create-qr-code/?data=https://{{ host }}/@{{ username }}/{{ id }}&format=gif" />
|
||||
{% endif %}
|
||||
|
||||
<h2>Comments</h2>
|
||||
<p>
|
||||
You can comment on this blog post by publicly replying to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.
|
||||
@ -27,6 +27,7 @@
|
||||
<p>
|
||||
<a id="load-comments" class="inline-button" onclick="loadComments()">Load comments…</a>
|
||||
</p>
|
||||
|
||||
<div id="comments-wrapper">
|
||||
<noscript>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user