From 6ab64015056beefc1a76979abe732e1888d06725 Mon Sep 17 00:00:00 2001 From: Alex Scerba <alex@scerba.org> Date: Wed, 1 Jan 2025 23:54:58 -0600 Subject: Add new year post --- html/blog/2025-01-01+2025.tmpl.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 html/blog/2025-01-01+2025.tmpl.html (limited to 'html') diff --git a/html/blog/2025-01-01+2025.tmpl.html b/html/blog/2025-01-01+2025.tmpl.html new file mode 100644 index 0000000..91595b3 --- /dev/null +++ b/html/blog/2025-01-01+2025.tmpl.html @@ -0,0 +1,7 @@ +{{ define "article" }} +<article> + <h2>{{ .Title }}</h2> + <p>This site is coming up on one year old. Happy New Year!</p> + <p><b>Created:</b> {{ .Date }}</p> +</article> +{{ end }} \ No newline at end of file -- cgit v1.2.3