mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Changed embed for PDFs to use object tag
This commit is contained in:
parent
29decd270e
commit
599181ab1c
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<embed height=500 width="100%" src="{{ .Get 0 }}" type="application/pdf"></embed>
|
||||
<object height=500 width="100%" data="{{ .Get 0 }}" type="application/pdf"></object>
|
Loading…
Reference in a new issue