aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/blog/2025-03-31+ThinkPad+computers+thinkpad.tmpl.html10
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 }}