Make comments only appear if I've posted about the page

This commit is contained in:
Tom 2023-07-31 14:30:11 +01:00
parent ecc9cd58bf
commit 5425243f3b

View File

@ -25,13 +25,10 @@
{{ content }}
</div>
</article>
{% if page.commentid %}
<div id="comments" class="comments">
<h2>Comments</h2>
{% unless page.commentid %}
<div class="reference">
Comments are handled by my <a href='https://tech.lgbt/@Tomhodson'>Mastodon account</a>.
</div>
{% endunless %}
{% endif %}
</div>
</main>
</body>