add additional itunes params
This commit is contained in:
parent
b2a13ecb02
commit
e79fc34d59
@ -3,6 +3,7 @@ languageCode = "en-us"
|
|||||||
|
|
||||||
title = "Greg Gauthier"
|
title = "Greg Gauthier"
|
||||||
author = "Greg Gauthier"
|
author = "Greg Gauthier"
|
||||||
|
|
||||||
copyright = "Copyright 2022. All rights reserved."
|
copyright = "Copyright 2022. All rights reserved."
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
paginate = 10
|
paginate = 10
|
||||||
@ -29,6 +30,7 @@ enableGitInfo = true
|
|||||||
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
|
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
|
||||||
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
|
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
|
||||||
avatar = "/img/blog_avatar.jpg"
|
avatar = "/img/blog_avatar.jpg"
|
||||||
|
email = "gmgauthier@protonmail.com"
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</title>
|
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
</image>
|
</image>
|
||||||
|
<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>
|
||||||
|
</itunes:owner>
|
||||||
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
||||||
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
||||||
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
|
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
|
||||||
|
Loading…
Reference in New Issue
Block a user