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-08-21+Volvo_244+cars.tmpl.html | |
parent | 42eda761d565b6367736e19a1341243c7c345043 (diff) |
Add transcribed posts from old blog
Diffstat (limited to 'html/blog/2024-08-21+Volvo_244+cars.tmpl.html')
-rw-r--r-- | html/blog/2024-08-21+Volvo_244+cars.tmpl.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/blog/2024-08-21+Volvo_244+cars.tmpl.html b/html/blog/2024-08-21+Volvo_244+cars.tmpl.html new file mode 100644 index 0000000..7088894 --- /dev/null +++ b/html/blog/2024-08-21+Volvo_244+cars.tmpl.html @@ -0,0 +1,11 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>I saw a nice, blue 244 today. Thought I'd share.</p>
+ <figure>
+ <img src="/static/media/20240816_Volvo-240-blue_1000.jpg" alt="Blue Volvo 240 DL outside Dearborn Music." width="1000" height="562" />
+ <figcaption>Volvo 240 DL sedan outside Dearborn Music.</figcaption>
+ </figure>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
\ No newline at end of file |