Files
FixIt/layouts/home.rss.xml
T
Cell 3e8bdfd8f9 ♻️ Refactor: global/site/page scope state management (#610)
*  Perf: adjust global/site scope state management

*  Perf: adjust page scope state management
2025-07-03 12:48:32 +08:00

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 -}}