very stupid mistake
This commit is contained in:
parent
2cc917386c
commit
391f0fa48e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{{end}}{{ if .Params.video}}
|
{{end}}{{ if .Params.video}}
|
||||||
<enclosure url="{{.Params.video}}" />
|
<enclosure url="{{.Params.video}}" />
|
||||||
{{end}}{{ if .Params.audio}}
|
{{end}}{{ if .Params.audio}}
|
||||||
{{if in .Params.adio "https:"}}
|
{{if in .Params.audio "https://"}}
|
||||||
<enclosure url="{{.Params.audio}}" />
|
<enclosure url="{{.Params.audio}}" />
|
||||||
{{else}}
|
{{else}}
|
||||||
<enclosure url="{{.Site.BaseURL}}{{.Params.audio}}" />
|
<enclosure url="{{.Site.BaseURL}}{{.Params.audio}}" />
|
||||||
|
|
Loading…
Reference in a new issue