From 28a547ea92427e0388b513f7947ceb6fff7d9e8e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 15 Oct 2022 10:02:45 -0700 Subject: [PATCH] Clean up the blog list template --- layouts/blog/list.html | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/layouts/blog/list.html b/layouts/blog/list.html index d770fd6..3d3ae40 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -4,28 +4,24 @@ {{ define "main" }} {{ range .Pages.ByDate.GroupByDate "2006" }} -

{{ .Key }}

- {{ end }} {{ end }} {{ define "footer" }} {{ partial "footer.html" . }} {{ end }} - -{{ define "styles" }} - -{{ end }}