Changed embed for PDFs to use object tag

This commit is contained in:
Brandon Rozek 2022-05-02 11:56:59 -04:00
parent 29decd270e
commit 599181ab1c

View file

@ -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>