From 801ad0f6ab1ad8dceff056a11e85eeb9d47f9b7e Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 13 Jan 2024 21:16:51 -0500 Subject: themes/default/layouts/shortcodes/attach: Update new path --- themes/default/layouts/shortcodes/attach.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/shortcodes/attach.html b/themes/default/layouts/shortcodes/attach.html index 238e0cd..55b5744 100644 --- a/themes/default/layouts/shortcodes/attach.html +++ b/themes/default/layouts/shortcodes/attach.html @@ -1,4 +1,4 @@ -{{- $url := default "https://www.gutenberg.org/files/98/old/2city12p.pdf" (.Get "url" | default (.Get 0)) -}} +{{- $url := default "/canory/media/2city12p.pdf" (.Get "url" | default (.Get 0)) -}} {{- $title := default "Attachment" (.Get "title" | default (.Get 1)) -}} {{- $caption := default $title (.Get "caption" | default (.Get 2)) -}} {{- $remote := default "" (.Get "remote" | default (.Get 3)) -}} -- cgit v1.2.3