From 790e77d6157026eab147f01c7cfcbd13dee0aa01 Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 29 Mar 2024 02:47:00 +0300 Subject: [PATCH] Don't add Mastodon verification rel="me" if extra.comments is not present in config Fix #17 --- templates/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index dadbd50..eacc763 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -49,7 +49,9 @@ {% endif %} - + {% if config.extra.comments %} + + {% endif %}