From 0649ccc219e745c4373a7ba32137f2a5598dac48 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Wed, 5 May 2021 21:03:36 +0900 Subject: [PATCH] Add asciinema shortcode. --- layouts/shortcodes/asciinema.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/shortcodes/asciinema.html diff --git a/layouts/shortcodes/asciinema.html b/layouts/shortcodes/asciinema.html new file mode 100644 index 0000000..45cad0e --- /dev/null +++ b/layouts/shortcodes/asciinema.html @@ -0,0 +1,2 @@ +{{ $id := .Get 0 }} + \ No newline at end of file