From 84797d907f2b3291e4bd2dca9c81c365d2f31c40 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 27 Mar 2025 16:27:13 -0400 Subject: Add extra div for image layering --- html/index.tmpl.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/html/index.tmpl.html b/html/index.tmpl.html index bf16cfc..9c4393a 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -20,13 +20,15 @@
{{ range .Posts.Contents }} - - {{ .Image }} - {{ .Title }} + +
+ {{ .Title }} + {{ .Image }} +
{{ end }} -
-
+
{{ end }} -- cgit v1.2.3