From 4bf1fd5243c0d3060945cbd12f6a8c921b735275 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 30 Oct 2024 21:03:47 +0100 Subject: [PATCH] Add: text center shortcode --- layouts/shortcodes/center.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/center.html diff --git a/layouts/shortcodes/center.html b/layouts/shortcodes/center.html new file mode 100644 index 0000000..d8dcaa1 --- /dev/null +++ b/layouts/shortcodes/center.html @@ -0,0 +1,3 @@ +
+ {{ .Inner }} +
\ No newline at end of file