From 9248ebfafeea9a91d40609e9b9a6864d0d16c8f2 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 23 Sep 2022 15:14:43 -0400 Subject: [PATCH] Modified header to include link in feed type --- layouts/feed/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/feed/list.html b/layouts/feed/list.html index 8e66e2a..546d685 100644 --- a/layouts/feed/list.html +++ b/layouts/feed/list.html @@ -8,7 +8,7 @@ {{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }} {{ range .Pages }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Scratch.Set "noDateUpdate" true }} {{ partial "date.html" . }}