From 7cd2327f871bb80beacda1712e368b6d71c0452c Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Fri, 17 Jul 2020 12:51:54 -0700 Subject: [PATCH] Remove shortcodes in favor of layout partials Signed-off-by: Celeste Horgan --- layouts/shortcodes/announcement.html | 14 -------------- layouts/shortcodes/deprecationwarning.html | 13 ------------- 2 files changed, 27 deletions(-) delete mode 100644 layouts/shortcodes/announcement.html delete mode 100644 layouts/shortcodes/deprecationwarning.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 diff --git a/layouts/shortcodes/deprecationwarning.html b/layouts/shortcodes/deprecationwarning.html deleted file mode 100644 index f26244ed75..0000000000 --- a/layouts/shortcodes/deprecationwarning.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ if .Page.Param "deprecated" }} -
-
-
-

- Kubernetes {{ .Page.Param "version" }} - {{ T "deprecation_warning" }} - {{ T "latest_version" }} -

-
-
-
-{{ end }}