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