From b5608ab92a4f8a5140571acabf54e3c6bdebd0e4 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Wed, 24 Feb 2021 09:47:22 +0100 Subject: Initial commit --- layouts/blog/list.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 layouts/blog/list.html (limited to 'layouts/blog/list.html') diff --git a/layouts/blog/list.html b/layouts/blog/list.html new file mode 100644 index 0000000..1bc9c3e --- /dev/null +++ b/layouts/blog/list.html @@ -0,0 +1,25 @@ + + + +{{ partial "head.html" . }} +{{ .Title }} | {{ .Site.Title }} + + +{{ partial "navigation.html" . }} +

{{ .Title }}

+{{ .Content }} + +{{ range .RegularPagesRecursive.GroupByPublishDate "2006" }} +

+{{ .Key }}: +

+

+{{ end }} + +{{ partial "footer.html" . }} + + -- cgit v1.2.3