From 004c02aceb1eec5e60071c8c281e8719d3a52c03 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 14 Oct 2025 19:27:38 +0200 Subject: Minor fix --- layouts/shortcodes/article-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html index a870eac..9f245dc 100644 --- a/layouts/shortcodes/article-list.html +++ b/layouts/shortcodes/article-list.html @@ -2,5 +2,5 @@ {{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }}
  • {{ .Date.Format "02/01/06" }} - {{ .Title }}
  • {{- end }} -
  • See more...
  • +See more... -- cgit v1.2.3