add additional itunes params
This commit is contained in:
parent
e79fc34d59
commit
0a65c5e7d7
@ -21,6 +21,10 @@
|
||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
</image>
|
||||
<itunes:category text="Society & Culture">
|
||||
<itunes:category text="Philosophy"/>
|
||||
</itunes:category>
|
||||
<itunes:explicit>No</itunes:explicit>
|
||||
<itunes:owner>
|
||||
<itunes:name>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</itunes:name>
|
||||
<itunes:email>{{ .Site.Params.email }}</itunes:email>
|
||||
|
Loading…
Reference in New Issue
Block a user