From 199f5ca505ca7392b3e770e83c5150a9f897d6d0 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 00:48:42 -0700 Subject: somewhat functional website now --- layouts/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..4559344 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,10 @@ +{{ partial "head.html" . }} +{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }} +{{- if .OutputFormats.Get "html" }} +
+{{.Title}} +
{{.Date.Format "January 2, 2006"}}
+
+{{ end }} +{{ end }} +{{ partial "foot.html" . }} -- cgit v1.2.3