diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-24 23:49:41 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-25 00:49:00 +0200 |
commit | 3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985 (patch) | |
tree | c8ef20a0248bfb91ec422545a52aa568dd2e0299 /templates/shortcodes | |
parent | 9f3c99f6e966c2571183c160d2b22bae5df8b1cd (diff) | |
download | blog-3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985.tar.gz blog-3d2ddaeb9bd57095cd1990d9a701fe48bcbeb985.zip |
xpost: mini kvm
Diffstat (limited to 'templates/shortcodes')
-rw-r--r-- | templates/shortcodes/fetch_url.md | 2 |
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 }} |