From 24fa9b6b84b233181b9c624826be5dd901fbe7d1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 9 Feb 2025 03:34:10 +0100 Subject: New style --- templates/base.html | 277 ++++++++++++---------------------------------------- 1 file changed, 65 insertions(+), 212 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index d1be68a..ab2bff4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,215 +1,68 @@ - - - - {{ block "title" . }}{{ .Config.Title }}{{ end }} - - - - - - - - -
- -
- -
{{ block "content" . }}{{ end }}
- - - - - + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + + + + + + + + + +
+
+ {{ block "content" . }}{{ end }} +
+ + +
+ + + + -- cgit v1.2.3