diff --git a/content/en/releases/_index.md b/content/en/releases/_index.md index 5b62f95d82..97d9004313 100644 --- a/content/en/releases/_index.md +++ b/content/en/releases/_index.md @@ -2,6 +2,8 @@ linktitle: Release History title: Releases type: docs +layout: release-info +notoc: true --- diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index 6c57982f9b..0ecac48014 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -31,7 +31,7 @@ other = "YouTube" other = "You are viewing documentation for Kubernetes version:" [deprecation_warning] -other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the " +other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the " [deprecation_file_warning] other = "Deprecated" diff --git a/layouts/docs/release-info.html b/layouts/docs/release-info.html new file mode 100644 index 0000000000..bdb06233b3 --- /dev/null +++ b/layouts/docs/release-info.html @@ -0,0 +1,15 @@ +{{ define "main" }} +{{ if not .Site.Params.deprecated }} + {{ .Content }} +{{ else }} +