From c203a7fac46d0a2164d41149b2a8581075eba664 Mon Sep 17 00:00:00 2001 From: Leclerc Gwendal Date: Sun, 27 Mar 2016 04:47:17 +0200 Subject: [PATCH] feat: replace info, tip and warn shortcodes by notice with params --- layouts/shortcodes/info.html | 1 - layouts/shortcodes/notice.html | 1 + layouts/shortcodes/tip.html | 1 - layouts/shortcodes/warn.html | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 layouts/shortcodes/info.html create mode 100644 layouts/shortcodes/notice.html delete mode 100644 layouts/shortcodes/tip.html delete mode 100644 layouts/shortcodes/warn.html diff --git a/layouts/shortcodes/info.html b/layouts/shortcodes/info.html deleted file mode 100644 index 6a24aa9c5e..0000000000 --- a/layouts/shortcodes/info.html +++ /dev/null @@ -1 +0,0 @@ -
{{ .Inner }}
diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html new file mode 100644 index 0000000000..936f68a3ac --- /dev/null +++ b/layouts/shortcodes/notice.html @@ -0,0 +1 @@ +
{{ .Inner }}
diff --git a/layouts/shortcodes/tip.html b/layouts/shortcodes/tip.html deleted file mode 100644 index 9312445ebb..0000000000 --- a/layouts/shortcodes/tip.html +++ /dev/null @@ -1 +0,0 @@ -
{{ .Inner }}
diff --git a/layouts/shortcodes/warn.html b/layouts/shortcodes/warn.html deleted file mode 100644 index d685b0bf79..0000000000 --- a/layouts/shortcodes/warn.html +++ /dev/null @@ -1 +0,0 @@ -
{{ .Inner }}