From 5425243f3b192fdbc48000ccb7df19474c3a5835 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 31 Jul 2023 14:30:11 +0100 Subject: [PATCH] Make comments only appear if I've posted about the page --- _layouts/post.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2dcab6b..4525e26 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,13 +25,10 @@ {{ content }} + {% if page.commentid %}

Comments

- {% unless page.commentid %} -
- Comments are handled by my Mastodon account. -
- {% endunless %} + {% endif %}