From 5b200180bdd2e85053c7b15f8febf7cb615ec082 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 3 Jun 2024 22:29:42 -0700 Subject: [PATCH] Process RSS copyright --- layouts/_default/list.rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml index 320f2e24..bdba64aa 100644 --- a/layouts/_default/list.rss.xml +++ b/layouts/_default/list.rss.xml @@ -1,6 +1,6 @@ {{ $page := . }} -{{ $copyright := site.Copyright }} +{{ $copyright := site.Copyright | markdownify | plainify | htmlUnescape }} {{ $description := or $page.Description "Recent content" }} {{ $feed := ($page.OutputFormats.Get "rss").Permalink }} {{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}