From 33cfc1d4e8f3b5b55202588e5b5148a48b43d427 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 5 Oct 2025 22:40:28 +0200 Subject: refactor(backend): generalize file parsing --- backend/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend/templates/base.html') diff --git a/backend/templates/base.html b/backend/templates/base.html index 3af37f9..5e6982b 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -6,13 +6,13 @@ {{ .Title }} {{ $styles := asset "styles.css" }} - + - + {{ if ne .PubDate "" }}{{ end }} @@ -21,7 +21,7 @@ - + -- cgit v1.2.3