From ed4490254c57adc56467677226dc0ea2893164ba Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 14 Feb 2025 21:08:42 -0800 Subject: [PATCH] Add missing atom prefix to link tags --- layouts/_default/list.rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml index 6977ede9..31c8ee4f 100644 --- a/layouts/_default/list.rss.xml +++ b/layouts/_default/list.rss.xml @@ -45,7 +45,7 @@ {{ $suffix := hasSuffix .Permalink "/paige-search.json" }} {{ if not $suffix }} - + {{ end }} {{ end }} @@ -54,7 +54,7 @@ {{ $suffix := hasSuffix .Permalink "/paige-search.json" }} {{ if not $suffix }} - + {{ end }} {{ end }} {{ end }}