We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e925d commit 49077e5Copy full SHA for 49077e5
layouts/blog/rss.xml
@@ -14,6 +14,9 @@
14
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
15
<guid>{{ .Site.Params.canonicalURL }}{{ .RelPermalink }}</guid>
16
<description>{{ .Content | html }}</description>
17
+ {{ if .Params.meta_image }}
18
+ <media:thumbnail url="{{ .Site.Params.canonicalURL }}{{ .RelPermalink }}{{ .Params.meta_image }}" />
19
+ {{ end }}
20
{{ range $id := .Params.authors }}
21
{{ $author := index $.Site.Data.team.team $id }}
22
{{ if $author }}
0 commit comments