From ea1f83df820baa14dcd904d581ab2bb0976b172d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Mon, 11 Aug 2025 16:52:48 +0700 Subject: feat: redo blog catalogue with same layout as blog-page feat: implement localization feat: filters and sort in blog catalogue feat: one-page search feat: ram theme refactor: generate blog catalogue and blog page out of one layout refactor: have one layout for both mobile & desktop (aspect ratio dependable) refactor: use own template manager to use templates separately --- views/partials/catalogue-blog-cards.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/partials/catalogue-blog-cards.html (limited to 'views/partials') diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html new file mode 100644 index 0000000..7cb48f0 --- /dev/null +++ b/views/partials/catalogue-blog-cards.html @@ -0,0 +1,16 @@ +{{- range .BlogPages }} +
+
+ +
+
+ {{ .Title }} + // + {{ .ActionDate }} +

{{ .PublishedTime }}

+
+

{{ .ShortDescription }}

+

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

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