Remove unused vars

master
Will Faught 1 year ago
parent 5b200180bd
commit d56ac921b9

@ -4,14 +4,11 @@
{{ $description := or $page.Description "Recent content" }}
{{ $feed := ($page.OutputFormats.Get "rss").Permalink }}
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
{{ $html := $page.AlternativeOutputFormats.Get "html" }}
{{ $language := site.LanguageCode | default site.Language.Lang }}
{{ $lastbuilddate := (partial "paige/changed.html" $page).Format $format }}
{{ $limit := site.Config.Services.RSS.Limit }}
{{ $link := ($page.AlternativeOutputFormats.Get "html").Permalink }}
{{ $managingeditor := $page.Param "paige.feed.rss.managing_editor" }}
{{ $pagetitle := $page.Title | markdownify | plainify | htmlUnescape }}
{{ $sitetitle := site.Title | markdownify | plainify | htmlUnescape }}
{{ $subpages := slice }}
{{ $webmaster := $page.Param "paige.feed.rss.web_master" }}

Loading…
Cancel
Save