Merge pull request #521 from rsrchboy/fix-rss-authors

`.params` -> `$params`
This commit is contained in:
Dillon
2022-05-02 17:00:59 +08:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
{{- .Page.Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- .Page.Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}}
</pubDate> </pubDate>
<author> <author>
{{- .params.author | default (T "author") -}} {{- $params.author | default (T "author") -}}
</author> </author>
<guid> <guid>
{{- .Page.Permalink -}} {{- .Page.Permalink -}}
@@ -33,4 +33,4 @@
{{- $content | replaceRE `<figure[^>]*>.*</figure>` "" | replaceRE `<img[^>]*( /)?>` "" | safeHTML -}} {{- $content | replaceRE `<figure[^>]*>.*</figure>` "" | replaceRE `<img[^>]*( /)?>` "" | safeHTML -}}
{{- "]]>" | safeHTML -}} {{- "]]>" | safeHTML -}}
</description> </description>
</item> </item>