Trying out adding audio narration to a blog post, but not sure I’ve quite got it right. The audio button works, but I have <{{ with .Params.audio }} {{ end }}> visibly wrapped around it.
Tried to follow instructions on @help page.
Trying out adding audio narration to a blog post, but not sure I’ve quite got it right. The audio button works, but I have <{{ with .Params.audio }} {{ end }}> visibly wrapped around it.
Tried to follow instructions on @help page.
@davidmarsden Sorry for the confusion. You can remove the with .Params.audio
part. That is only needed in custom themes, it won't have any effect in the blog post itself. For the blog post, all that's need is the audio tag. (On the Uploads page, there's a new "Copy Audio with Narration" option that makes this easier.)