From 4feb88b0775e7a6b60a92eb84dbc5a0e2ff0e473 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 17 May 2024 07:00:56 -0600 Subject: [PATCH] Fixing bad template block --- templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index c297117..aa0fd4c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,8 +11,7 @@ - {{ block "seo" }} - {{ end }} + {{ block "seo" . }}{{ end }} {{ block "extrahead" . }}{{ end }} -- 2.45.2