aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-02-29+Couple_of_Pictures.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/blog/2024-02-29+Couple_of_Pictures.tmpl.html')
-rw-r--r--html/blog/2024-02-29+Couple_of_Pictures.tmpl.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/blog/2024-02-29+Couple_of_Pictures.tmpl.html b/html/blog/2024-02-29+Couple_of_Pictures.tmpl.html
new file mode 100644
index 0000000..e6b6378
--- /dev/null
+++ b/html/blog/2024-02-29+Couple_of_Pictures.tmpl.html
@@ -0,0 +1,16 @@
+{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>There was a big storm a night ago, and I got a picture of the lightning lighting up the clouds.</p>
+ <figure>
+ <img src="/static/media/20240227_Detroit-weather_1000.jpg" alt="Skyline photo lightning in Detroit. Featuring the Fisher building." width="1000" height="563" />
+ <figcaption>Storm featuring the Fisher building.</figcaption>
+ </figure>
+ <p>My friend built a Y-wing from some clone battle packs. I reworked the gunner area and build a stand for it.</p>
+ <figure>
+ <img src="/static/media/20240228_Y-wing_1000.jpg" alt="Clone Wars era LEGO Y-Wing model build out of 501st battle packs. Captain Rex minifigure in pilot seat." width="1000" height="563" />
+ <figcaption>501st Y-Wing.</figcaption>
+ </figure>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file