diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:02:26 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:02:26 +0300 |
commit | ec54e1cd99a90f4a9930c9f6ed5613390d228e71 (patch) | |
tree | 840df8a0920b5c340bfcc95b21b323a79d38d816 /layouts | |
parent | fc71d28fd4c3225e10d4a7f0ab7baa2e1f80e4c7 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/rss.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index da8fb0c..e9e59ba 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -35,6 +35,9 @@ <item> <title>{{ .Title }}</title> <link>{{ .Permalink }}</link> + {{ if .Params.Image }} + <image>{{.Params.Image}}</image> + {{ end }} <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> {{ with .Site.Params.Author.email }}<author>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</author>{{end}} <guid>{{ .Permalink }}</guid> |