summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-14 19:27:38 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-14 19:27:38 +0200
commit004c02aceb1eec5e60071c8c281e8719d3a52c03 (patch)
tree260f62577607e2c53647b35c1af6654df8f6c899 /layouts
parent656739e5374a785e1497c300c2fa8b8744e31bfb (diff)
Minor fix
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/article-list.html2
1 files changed, 1 insertions, 1 deletions
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") }}
<li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{- end }}
- <li><i><a href="{{ .Get "category" }}">See more...</a></i></li>
</ul>
+<a href="{{ .Get "category" }}">See more...</a>