Add post mail encryption
This commit is contained in:
5
layouts/shortcodes/pdf.html
Normal file
5
layouts/shortcodes/pdf.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user