From 0c1054e20fafce92242f2b9a78aa2b93c5e5c2b4 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sun, 6 Jul 2025 09:39:08 +1000 Subject: [PATCH] Fixed invalid character --- layouts/shortcodes/postlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/postlist.html b/layouts/shortcodes/postlist.html index d191a31..804b850 100644 --- a/layouts/shortcodes/postlist.html +++ b/layouts/shortcodes/postlist.html @@ -35,7 +35,7 @@
  • {{ .LinkTitle }}
  • {{- else if (ne .Summary "") -}}
  • {{ .Summary | safeHTML | truncate 70 }}
  • - {{- e\lse -}} + {{- else -}}
  • {{ .Content | safeHTML | truncate 70 }}
  • {{ end }} {{ end }}