From eeac9e880c70d4b8fd76ed9101fc801cc6073723 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 7 Jun 2022 10:14:12 +0200 Subject: [PATCH] Fix swapped if/else in comment thread selection --- blog/templates/snippets.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/templates/snippets.html b/blog/templates/snippets.html index 1e1498c2..adacc0b7 100644 --- a/blog/templates/snippets.html +++ b/blog/templates/snippets.html @@ -12,11 +12,11 @@ {% macro giscus(search_term, translated) %} {% if translated %} - {% set category = "Post Comments" %} - {% set category_path = "post-comments" %} - {% else %} {% set category = "Post Comments (translated)" %} {% set category_path = "post-comments-translated" %} + {% else %} + {% set category = "Post Comments" %} + {% set category_path = "post-comments" %} {% endif %} {% if search_term is number %}