hard coded avatar image for the podcast feed, until I can sort the substitutions out

This commit is contained in:
Greg Gauthier 2022-01-02 11:38:13 +00:00
parent 34684f6042
commit b244c503f7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<image>{{ .Permalink }}img/avatar.png</image>
<image>https://gmgauthier.com/img/avatar.png</image>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}