From 87b6b35489e69af4d77ed294024f7b0b15129bf3 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 10 Oct 2022 16:48:54 -0400 Subject: themes/default/layouts/shortcodes/pdf: Use object for PDF Remove external PDF viewer in demonstration. --- themes/default/layouts/shortcodes/pdf.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'themes/default/layouts/shortcodes') diff --git a/themes/default/layouts/shortcodes/pdf.html b/themes/default/layouts/shortcodes/pdf.html index 824169b..6c627b5 100644 --- a/themes/default/layouts/shortcodes/pdf.html +++ b/themes/default/layouts/shortcodes/pdf.html @@ -2,10 +2,12 @@ {{- $title := default "PDF Document" (.Get "title" | default (.Get 1)) -}} {{- $caption := default (print $title " ([Download](" $url "))") (.Get "caption" | default (.Get 2)) -}} - - + + +

+ Your browser does not support a PDF (Portable Document Format) + plugin. Here's a link to the PDF file instead. +

+
-
+ -- cgit v1.2.3