aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-10 00:09:15 -0400
committertdro <tdro@noreply.example.com>2022-07-10 00:09:15 -0400
commit56afea8037ba5476ac2338503e77d5a1fd82fb7f (patch)
treee27ee9928b6ccec3179fef8b6687ece085fa62d0 /themes/default/layouts/shortcodes
parent734ca16734e01d4b2808e8468ecf7f863a5e32c5 (diff)
downloadcanory-56afea8037ba5476ac2338503e77d5a1fd82fb7f.tar.gz
canory-56afea8037ba5476ac2338503e77d5a1fd82fb7f.tar.bz2
canory-56afea8037ba5476ac2338503e77d5a1fd82fb7f.zip
themes/default/layouts/partials/function-paths: Collect paths functions here
Diffstat (limited to 'themes/default/layouts/shortcodes')
-rw-r--r--themes/default/layouts/shortcodes/markdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/markdown.html b/themes/default/layouts/shortcodes/markdown.html
index 3bc8726..9efc859 100644
--- a/themes/default/layouts/shortcodes/markdown.html
+++ b/themes/default/layouts/shortcodes/markdown.html
@@ -1,4 +1,4 @@
-{{- $link := default (print "/" (partial "function-paths-markdown.html") "/" .Page.File ) (.Get "link" | default (.Get 0)) -}}
+{{- $link := default (print "/" (partial "function-paths.html" "markdown") "/" .Page.File ) (.Get "link" | default (.Get 0)) -}}
{{- $text := default (path.Base .Page.File) (.Get "text" | default (.Get 1)) -}}
{{- $title := default "" (.Get "title" | default (.Get 2)) -}}
{{- $embed := default false (.Get "embed" | default (.Get 3)) -}}