From 6b3e08322f84b3d4ef647364529445401bc12159 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 18 Jan 2024 12:35:09 -0500 Subject: Add thumbnail and link hover effects. --- html/main/index.tmpl.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'html/main/index.tmpl.html') diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html index 55acf81..9abcd59 100644 --- a/html/main/index.tmpl.html +++ b/html/main/index.tmpl.html @@ -7,7 +7,9 @@
{{ range .Posts.Contents }} - {{ .Image }} +
+ {{ .Image }} +

{{ .Title }}

{{ end }} -- cgit v1.2.3