From e9a1bf2544cbc255de3c3b60161fe973f5f603d3 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Thu, 17 Feb 2022 15:23:15 +0100 Subject: [PATCH] url shortcode to call get_url from markdown --- templates/shortcodes/url.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/shortcodes/url.md diff --git a/templates/shortcodes/url.md b/templates/shortcodes/url.md new file mode 100644 index 0000000..3c789e8 --- /dev/null +++ b/templates/shortcodes/url.md @@ -0,0 +1 @@ +{{ get_url(path=path) }}