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/partials/catalogue-blog-cards.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'views/partials') diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html index 0a93797..3eebd58 100644 --- a/views/partials/catalogue-blog-cards.html +++ b/views/partials/catalogue-blog-cards.html @@ -1,6 +1,6 @@ {{- range .BlogPages }}
-
+
@@ -20,10 +20,20 @@ {{ .Title }} [{{ .ActionDate }}] + {{- if not $.HidePublishedTime }}

{{ .PublishedTime }}

+ {{- end }}

{{ .ShortDescription }}

+ {{- if not $.HideTags }}

{{ $.L.TagsLabel }} {{ template "catalogue-blog-card-tags.html" . }}

+ {{- end }}
-{{- end }} \ No newline at end of file +{{- if .ToHighlight }} + +{{- end }} +{{- end }} -- cgit v1.3.1+13