diff options
author | Alex Scerba <alex@scerba.org> | 2024-11-09 23:23:43 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-11-09 23:23:43 -0500 |
commit | 8a9cf833df4c4fc8a967602a05ba5e56b3dfd965 (patch) | |
tree | 6c4174c5b0db521724cb334e5b3f1e1cffe5fc64 /html/blog/2024-01-09+First_Post.tmpl.html | |
parent | 42eda761d565b6367736e19a1341243c7c345043 (diff) |
Add transcribed posts from old blog
Diffstat (limited to 'html/blog/2024-01-09+First_Post.tmpl.html')
-rw-r--r-- | html/blog/2024-01-09+First_Post.tmpl.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/blog/2024-01-09+First_Post.tmpl.html b/html/blog/2024-01-09+First_Post.tmpl.html new file mode 100644 index 0000000..21a2ea7 --- /dev/null +++ b/html/blog/2024-01-09+First_Post.tmpl.html @@ -0,0 +1,7 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>New year, new site. Looking forward to working on it.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
\ No newline at end of file |