From 1b25a5d974433b6a840fe713d9a4a140eb9f896f Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 29 Jul 2022 22:56:17 +0100 Subject: [PATCH] Update list.html --- layouts/posts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index db4cdc8..b158d8f 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -2,7 +2,7 @@
{{ with .Data.Pages }} {{ range .ByDate}} -
  • {{ default .Title .Params.heading }}
  • +
  • {{ default .Title .Params.heading }}
  • {{ end }} {{ end }}