hyteck-blog/layouts/shortcodes/pdf.html

6 lines
193 B
HTML
Raw Permalink Normal View History

2021-02-21 14:17:22 +00:00
<div>
<object data="/uploads/{{ index .Params 0}}.pdf" type="application/pdf" width="100%" height="500px">
<p><a href="/uploads/{{ index .Params 0}}.pdf">Download the PDF!</a></p>
</object>