From 5d6e14dc07160049ba776b13adb1c8163e7ab03b Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 29 Jul 2022 22:58:04 +0100 Subject: [PATCH] fix Permalink issue --- layouts/reports/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/reports/list.html b/layouts/reports/list.html index 60a36cb..aff9e66 100644 --- a/layouts/reports/list.html +++ b/layouts/reports/list.html @@ -3,7 +3,7 @@ {{ with .Data.Pages }}

Previous Arch Conf reports

{{ range .ByDate}} -
  • {{ default .Title .Params.heading }}
  • +
  • {{ default .Title .Params.heading }}
  • {{ end }} {{ end }}