it's 'baseURL' in the TOML file, but 'BaseURL' when referenced in templates. Sigh.
This commit is contained in:
		
							parent
							
								
									b244c503f7
								
							
						
					
					
						commit
						6e6a239498
					
				@ -26,6 +26,7 @@ enableGitInfo = true
 | 
				
			|||||||
    goatcounterAnalytics = "gmgauthier"
 | 
					    goatcounterAnalytics = "gmgauthier"
 | 
				
			||||||
    # disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
 | 
					    # disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
 | 
				
			||||||
    cdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
 | 
					    cdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[markup]
 | 
					[markup]
 | 
				
			||||||
  [markup.goldmark.renderer]
 | 
					  [markup.goldmark.renderer]
 | 
				
			||||||
  unsafe= true
 | 
					  unsafe= true
 | 
				
			||||||
 | 
				
			|||||||
@ -15,7 +15,7 @@
 | 
				
			|||||||
    <channel>
 | 
					    <channel>
 | 
				
			||||||
        <title>{{ if eq  .Title  .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
 | 
					        <title>{{ if eq  .Title  .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
 | 
				
			||||||
        <link>{{ .Permalink }}</link>
 | 
					        <link>{{ .Permalink }}</link>
 | 
				
			||||||
        <image>https://gmgauthier.com/img/avatar.png</image>
 | 
					        <image>{{ .Site.BaseURL }}img/avatar.png</image>
 | 
				
			||||||
        <description>Recent content {{ if ne  .Title  .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
 | 
					        <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 }}
 | 
					        <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
 | 
				
			||||||
        <language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
 | 
					        <language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user