aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-05-24 23:49:41 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-05-25 00:49:00 +0200
commit3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985 (patch)
treec8ef20a0248bfb91ec422545a52aa568dd2e0299 /templates
parent9f3c99f6e966c2571183c160d2b22bae5df8b1cd (diff)
downloadblog-3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985.tar.gz
blog-3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985.zip
xpost: mini kvm
Diffstat (limited to 'templates')
-rw-r--r--templates/shortcodes/fetch_url.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/shortcodes/fetch_url.md b/templates/shortcodes/fetch_url.md
new file mode 100644
index 0000000..1079fca
--- /dev/null
+++ b/templates/shortcodes/fetch_url.md
@@ -0,0 +1,2 @@
+{% set data = load_data(url=url) -%}
+{{ data }}