From b1ad390d0318368ab2d0753e16df849f1ba35ef9 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Mon, 5 Mar 2018 21:36:16 +0000 Subject: [PATCH] Add Twitter shortcode --- layouts/shortcodes/twitter.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/shortcodes/twitter.html diff --git a/layouts/shortcodes/twitter.html b/layouts/shortcodes/twitter.html new file mode 100644 index 0000000..bbeb3e7 --- /dev/null +++ b/layouts/shortcodes/twitter.html @@ -0,0 +1,6 @@ + +
+ Twitter: + {{ .Get 0 }} +
+