diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:07:36 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:07:36 +0300 |
commit | 8450331a79bb507aa3ecb0e54c7eee0676642622 (patch) | |
tree | 21ae654dde8f04de02983e516bdf66438bf23a47 /layouts | |
parent | e647665d5d812d373c6857aefe2f880179f57705 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/rss.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 873ba8c..57ad3c8 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -37,6 +37,11 @@ <link>{{ .Permalink }}</link> {{ if .Params.Image }} <img src='{{ .Permalink }}{{.Params.Image}}' /> + <image> + <link>{{ .Permalink }}</link> + <url>{{ .Permalink }}{{.Params.Image}}</url> + <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title> + </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}} |