From c07da125bc5b0bb65f58c4edce912874e46f6ed8 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 15 May 2026 21:09:56 +0700 Subject: feat: subheader for blog pages with medley-related ones fix: inline shadow now sticks to scrolling feat: multitone backgrounds implementation refactor: convert color vars into oklch --- views/pages/blog-catalogue.html | 11 --------- views/pages/blog-page.html | 49 +++++++++++++++++++++++++++++------------ 2 files changed, 35 insertions(+), 25 deletions(-) (limited to 'views/pages') diff --git a/views/pages/blog-catalogue.html b/views/pages/blog-catalogue.html index 9c0f7fd..4a7d9bf 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -1,17 +1,6 @@ {{ define "body" }}
+
-

-
- {{ .Title }} -

-

- {{ .L.Metadata.Published }}: - -

-

{{ .L.Metadata.Action }}: {{ .ActionDate }}

-

{{ .ShortDescription }}

-
+
+
+
+
+

+
+ {{ .Title }} +

+

+ {{ .L.Metadata.Published }}: + +

+

{{ .L.Metadata.Action }}: {{ .ActionDate }}

+

{{ .ShortDescription }}

+
+
+
+
+ {{- if .Medley }} +
+

+ {{ .Medley }} +

+
+
+ Loading... +
+
+ {{- end }} +
+
{{ .ParsedMarkdown }} {{- if .MapLocationX }}
-- cgit v1.3.1+13