From 07125cc9f4ba6c6344f822fcb7a5848461c64b93 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sat, 20 Oct 2018 10:49:07 +0200 Subject: Fix broken about page --- layouts/about/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/about/list.html b/layouts/about/list.html index 278b4dd..3458ca4 100644 --- a/layouts/about/list.html +++ b/layouts/about/list.html @@ -1,4 +1,4 @@ -{{ partial "header.html" . }} +{{ define "main" }}
@@ -22,4 +22,4 @@
-{{ partial "footer.html" . }} \ No newline at end of file +{{ end }} \ No newline at end of file -- cgit v1.2.3