From 09cb8a09061d1a8d748ca456780a54a99e1decf3 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 Aug 2025 12:46:31 +0700 Subject: fix: rm small gap (upper-right corner) fix: correct overflow in blog catalogue fix: better handling of narrow height in blog catalogue feat: include tag count in blog catalogue feat: select all checkboxes on load when none are selected --- views/partials/catalogue-blog-cards.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'views/partials') diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html index 36a6184..a9e4010 100644 --- a/views/partials/catalogue-blog-cards.html +++ b/views/partials/catalogue-blog-cards.html @@ -1,13 +1,15 @@ {{- range .BlogPages }}
- +
-
- {{ .Title }} - // - {{ .ActionDate }} -

{{ .PublishedTime }}

+

{{ .ShortDescription }}

{{ .L.TagsLabel }} {{ .Tags }}

-- cgit v1.3.1+13