mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
3e8bdfd8f9
* ⚡ Perf: adjust global/site scope state management * ⚡ Perf: adjust page scope state management
5 lines
307 B
XML
5 lines
307 B
XML
{{- $options := dict "Site" .Site "Config" .Site.Params.feed "OutputFormats" .OutputFormats -}}
|
|
{{- $options = dict "Permalink" .Permalink | merge $options -}}
|
|
{{- $options = dict "Title" .Site.Title "Pages" (.Site.Store.Get "mainSectionPages") | merge $options -}}
|
|
{{- partial "feed/rss.html" $options -}}
|