xioyito / NewBee

A elegance, clean Hugo Theme with high interaction for blogger
MIT License
50 stars 17 forks source link

can't use shortcodes hugo-pdf #7

Closed jackyzjk closed 2 years ago

jackyzjk commented 2 years ago

I want to use hugo-pdf shortcodes, but failed as follow: error

jackyzjk commented 2 years ago

It's not your bug, the reason is that hugo-pdf use {{< pdf url="./path/to/example.pdf" >}}, the right way shoule be {{< pdf src="./path/to/example.pdf" >}}.