diff options
author | Alex Scerba <alex@scerba.org> | 2025-01-01 23:54:58 -0600 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-01-01 23:54:58 -0600 |
commit | 6ab64015056beefc1a76979abe732e1888d06725 (patch) | |
tree | 5dffa7b349d7b5055e70e16b532293b581247ad5 /html | |
parent | 3c857b026194692b2506842da418b223d820a548 (diff) |
Add new year post
Diffstat (limited to 'html')
-rw-r--r-- | html/blog/2025-01-01+2025.tmpl.html | 7 |
1 files changed, 7 insertions, 0 deletions
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 |