aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-01-13 21:16:51 -0500
committertdro <tdro@noreply.example.com>2024-01-13 21:17:41 -0500
commit801ad0f6ab1ad8dceff056a11e85eeb9d47f9b7e (patch)
tree4108e4873194f68787d42b6d8c6e9a82594caf86 /themes/default/layouts
parent83b52a71725fdf8b908622fe1247f65f0d955cca (diff)
downloadcanory-801ad0f6ab1ad8dceff056a11e85eeb9d47f9b7e.tar.gz
canory-801ad0f6ab1ad8dceff056a11e85eeb9d47f9b7e.tar.bz2
canory-801ad0f6ab1ad8dceff056a11e85eeb9d47f9b7e.zip
themes/default/layouts/shortcodes/attach: Update new path
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/shortcodes/attach.html2
1 files changed, 1 insertions, 1 deletions
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)) -}}