aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes/center.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/center.html')
-rw-r--r--layouts/shortcodes/center.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/center.html b/layouts/shortcodes/center.html
new file mode 100644
index 0000000..e9022d0
--- /dev/null
+++ b/layouts/shortcodes/center.html
@@ -0,0 +1,3 @@
+<div class='align-center'>
+ {{ .Inner }}
+</div> \ No newline at end of file