From a25e9a7f2f5d75be3428e3d457692217593e3f96 Mon Sep 17 00:00:00 2001 From: Santiago Lezica Date: Fri, 23 Dec 2022 10:27:11 -0300 Subject: [PATCH] shortcodes: add 'info' and 'wip' --- layouts/shortcodes/info.html | 5 +++++ layouts/shortcodes/wip.html | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 layouts/shortcodes/info.html create mode 100644 layouts/shortcodes/wip.html diff --git a/layouts/shortcodes/info.html b/layouts/shortcodes/info.html new file mode 100644 index 0000000..2a5c8cd --- /dev/null +++ b/layouts/shortcodes/info.html @@ -0,0 +1,5 @@ +
+
+

{{ .Inner | markdownify }}

+
+
diff --git a/layouts/shortcodes/wip.html b/layouts/shortcodes/wip.html new file mode 100644 index 0000000..e46cfaa --- /dev/null +++ b/layouts/shortcodes/wip.html @@ -0,0 +1,11 @@ +
+
+
+ Work in Progress +
+

+ This section is incomplete. Sorry! Give us some time to continue expanding the documentation, + and we'll have great content for you here. +

+
+