diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-31 09:10:21 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-31 09:10:21 -0400 |
commit | f5a93547873b3fc515e026a51b795293cc4f24de (patch) | |
tree | 758b8a79cb450d4211687e89bdc9b256ed8d5af3 /html/blog | |
parent | 56dc51f0ab4dff341896c62eeb98dc58a3f1fdae (diff) |
Add post with ThinkPad image
Diffstat (limited to 'html/blog')
-rw-r--r-- | html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html b/html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html new file mode 100644 index 0000000..7e096e1 --- /dev/null +++ b/html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html @@ -0,0 +1,10 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <figure>
+ <img src="/static/media/ThinkPad/thinkpad_stack_1000.jpg" alt="Edited abstract photo of three IBM/Lenovo ThinkPads stacked in a stair step configuration with the main logo at each corner." width="1000" height="750" />
+ <figcaption>ThinkPad abstraction</figcaption>
+ </figure>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
|