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 }}
+