From 24cfe37beeb6f2da74d7b3f750340c5cf64d5d70 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 24 Oct 2024 12:03:38 +0200 Subject: [PATCH] Fix home page template --- layouts/_default/home.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 0df6597..4cfd224 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -1,7 +1,4 @@ {{ define "main" }} +

{{ .Title }}

{{ .Content }} - {{ range site.RegularPages }} -

{{ .LinkTitle }}

- {{ .Summary }} - {{ end }} {{ end }}