From 8e17b39271c1d174a655193d3537d6e243e41e15 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 23 Sep 2023 14:31:14 -0700 Subject: [PATCH] Rename link to pagelink --- layouts/_default/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index fb682c06..339dafd2 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -89,8 +89,8 @@ {{ if $description }} {{ if $paramlink }} - {{ $link := or (.Param "paige.feed.page_link" | markdownify) "⏎" }} - {{ $footer := printf `

%s

` .Permalink $title $link }} + {{ $pagelink := or (.Param "paige.feed.page_link" | markdownify) "⏎" }} + {{ $footer := printf `

%s

` .Permalink $title $pagelink }} {{ $description = print $description $footer }} {{ end }} {{ end }}