From 9cfcbabb032c729b06d581412a64a9e7cefed6b1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:22:14 +0200 Subject: style(format): install prettier and run --- backend/templates/base.html | 47 ++++++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 20 deletions(-) (limited to 'backend/templates/base.html') diff --git a/backend/templates/base.html b/backend/templates/base.html index 5e6982b..86e2f58 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -1,11 +1,12 @@ - - - + + + {{ .Title }} - {{ $styles := asset "styles.css" }} - + {{ $styles := asset "styles.css" }} + + @@ -15,7 +16,9 @@ - {{ if ne .PubDate "" }}{{ end }} + {{ if ne .PubDate "" }} + + {{ end }} @@ -23,18 +26,22 @@ - - -
- Logo - -
-{{ template "body" . }} - -{{ $script := asset "index.js" }} - + + +
+ Logo + +
+ {{ template "body" . }} + + {{ $script := asset "index.js" }} + + -- cgit v1.2.3