From 7323b01e42d573c12818f48e4b00ed8ff7736565 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 19:59:35 -0700 Subject: added contact page, blog list, redid homepage --- layouts/blog/list.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/blog/list.html (limited to 'layouts/blog') diff --git a/layouts/blog/list.html b/layouts/blog/list.html new file mode 100644 index 0000000..345b5f9 --- /dev/null +++ b/layouts/blog/list.html @@ -0,0 +1,10 @@ +{{ partial "head.html" . }} +

My Blogs

+
+{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }} +
+{{.Title}} +
{{.Date.Format "January 2, 2006"}}
+
+{{ end }} +{{ partial "foot.html" . }} -- cgit v1.2.3