From dad0cf720ebaa247b3d7c70d32efd0acd5d24bf5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 27 Jan 2018 20:16:20 +0000 Subject: [PATCH] Add generic button shortcode --- layouts/shortcodes/button.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/shortcodes/button.html diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html new file mode 100644 index 0000000..d5e6d8c --- /dev/null +++ b/layouts/shortcodes/button.html @@ -0,0 +1,5 @@ +{{ $style := default "btn-outline-dark" (.Get "style" )}} + + + {{ .Inner }} +