From 1430f03213a3f50b98254e889cf29e9511cc0bbf Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sun, 28 Jun 2020 12:38:11 +0100 Subject: [PATCH] Remove announcement shortcode No localizations are using this shortcode. --- layouts/shortcodes/announcement.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 layouts/shortcodes/announcement.html diff --git a/layouts/shortcodes/announcement.html b/layouts/shortcodes/announcement.html deleted file mode 100644 index 66455dc347..0000000000 --- a/layouts/shortcodes/announcement.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ if .Page.Param "announcement" }} - -
-
-
- -

- {{ .Page.Param "announcement_message" | markdownify }} -

- -
-
-
-{{ end }} \ No newline at end of file