From a1ffd57389f60ca2d41c90e41c0ce005cb228780 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 7 May 2023 12:58:09 +0200 Subject: [PATCH] Fix: verkeerde block-naam --- themes/nluug/layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/_default/single.html b/themes/nluug/layouts/_default/single.html index 0f1c7d0..9983b08 100644 --- a/themes/nluug/layouts/_default/single.html +++ b/themes/nluug/layouts/_default/single.html @@ -1,3 +1,3 @@ -{{ define "content" }} +{{ define "main" }} {{ .Content }} {{ end }}