From 9b9fc5cd3e37529a742898f6eb281bd5dffec496 Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Wed, 15 Mar 2023 08:51:34 -0400 Subject: [PATCH] Fix canonical issue --- thoughts/templates/thoughts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thoughts/templates/thoughts/index.html b/thoughts/templates/thoughts/index.html index 448f6a5..0c8108b 100644 --- a/thoughts/templates/thoughts/index.html +++ b/thoughts/templates/thoughts/index.html @@ -11,7 +11,7 @@ {% endblock %} --> {% block head %} - {% if not first_page %} + {% if not is_first_page %} {% else %}