File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{{ printf "<?xml version =\" 1.0\" encoding =\" utf-8\" standalone =\" yes\" ?>" | safeHTML }}
2
- <rss version =" 2.0" >
2
+ <rss version =" 2.0" xmlns : media = " http://search.yahoo.com/mrss/ " >
3
3
<channel >
4
4
<title >Pulumi Blog</title >
5
5
<link >{{ .Site.Params.canonicalURL }}{{ .RelPermalink }}</link >
13
13
<link >{{ .Site.Params.canonicalURL }}{{ .RelPermalink }}</link >
14
14
<pubDate >{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate >
15
15
<guid >{{ .Site.Params.canonicalURL }}{{ .RelPermalink }}</guid >
16
+ {{ if .Params.meta_image }}
17
+ <media : content url =" {{ .Site.Params.canonicalURL }}{{ .RelPermalink }}{{ .Params.meta_image }}" />
18
+ {{ end }}
16
19
<description >{{ .Content | html }}</description >
17
20
{{ range $id := .Params.authors }}
18
21
{{ $author := index $.Site.Data.team.team $id }}
You can’t perform that action at this time.
0 commit comments