attempt to fix rss code

main
Gabriel 2 months ago
parent c2ce99a9ca
commit 2cc917386c

@ -20,7 +20,7 @@
{{end}}{{ if .Params.video}}
<enclosure url="{{.Params.video}}" />
{{end}}{{ if .Params.audio}}
{{if in .Params.adio "https://"}}
{{if in .Params.adio "https:"}}
<enclosure url="{{.Params.audio}}" />
{{else}}
<enclosure url="{{.Site.BaseURL}}{{.Params.audio}}" />

Loading…
Cancel
Save