From 7949cdfaecbf5613b4e83a1e648b8a716d27ed41 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 25 Jan 2026 17:44:59 +0100 Subject: Add thumbnails --- templates/base.html | 229 +++++++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 112 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index ab8e748..e81ad58 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,115 +1,120 @@ - - - - - {{ block "title" . }}{{ .Config.Title }}{{ end }} - - - - - - - - - - - -
- -
- -
- {{ block "content" . }}{{ end }} -
- - - + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + + + + + + + + +
+ +
+ +
+ {{ block "content" . }}{{ end }} +
+ + + -- cgit v1.2.3