aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes')
-rw-r--r--templates/shortcodes/fetch_url.md3
-rw-r--r--templates/shortcodes/include.md3
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/shortcodes/fetch_url.md b/templates/shortcodes/fetch_url.md
index 1079fca..9ead229 100644
--- a/templates/shortcodes/fetch_url.md
+++ b/templates/shortcodes/fetch_url.md
@@ -1,2 +1 @@
-{% set data = load_data(url=url) -%}
-{{ data }}
+{{- load_data(url=url) -}}
diff --git a/templates/shortcodes/include.md b/templates/shortcodes/include.md
index b9a2141..71b6438 100644
--- a/templates/shortcodes/include.md
+++ b/templates/shortcodes/include.md
@@ -1,2 +1 @@
-{% set data = load_data(path=path) -%}
-{{ data }}
+{{- load_data(path=path) -}}