mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Make comments only appear if I've posted about the page
This commit is contained in:
parent
ecc9cd58bf
commit
5425243f3b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user