diff --git a/layouts/shortcodes/announcement.html b/layouts/shortcodes/announcement.html deleted file mode 100644 index 66455dc3470e2..0000000000000 --- 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 f26244ed752b0..0000000000000 --- 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 }}