diff options
Diffstat (limited to 'html/blog')
-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 |