Closed jackyzjk closed 2 years ago
I want to use hugo-pdf shortcodes, but failed as follow:
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" >}}.
{{< pdf url="./path/to/example.pdf" >}}
{{< pdf src="./path/to/example.pdf" >}}
I want to use hugo-pdf shortcodes, but failed as follow: