From f5a93547873b3fc515e026a51b795293cc4f24de Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Mon, 31 Mar 2025 09:10:21 -0400
Subject: Add post with ThinkPad image

---
 html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html

(limited to 'html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html')

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 }}
-- 
cgit v1.2.3