diff --git a/config.toml b/config.toml
index 4acaa66e953..2c23e1e9168 100644
--- a/config.toml
+++ b/config.toml
@@ -83,10 +83,12 @@ githubWebsiteRepo = "github.com/kubernetes/website"
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
# param for displaying an announcement block on every page; see PR #16210
-announcement = false
+announcement = true
# announcement_message is only displayed when announcement = true; update with your specific message
-announcement_message = "The Kubernetes Documentation team would like your feedback! Please take a short survey so we can improve the Kubernetes online documentation."
-
+announcement_title = "Announcement title here"
+announcement_message_full = "Long homepage announcement
Quisque efficitur feugiat neque non accumsan. Sed sed massa pharetra, suscipit mauris ut, viverra felis. Sed id ullamcorper sapien. Vivamus lobortis elementum nunc nec molestie. Ut eleifend tellus diam, in tincidunt purus ullamcorper nec. Morbi quam elit, laoreet at cursus vitae, efficitur condimentum felis. Nam ac felis sed lorem dapibus semper. Integer eu pretium justo. Nunc porta pulvinar ornare. " #appears on homepage. Use md formatting for links and
for line breaks.
+announcement_message_compact = "One line compact announcement" #appears on subpages
+announcement_bg = "#000000" #choose a dark color – text is white
[params.pushAssets]
css = [
diff --git a/content/en/_index.html b/content/en/_index.html
index f54851f05db..f389669d032 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -3,8 +3,6 @@ title: "Production-Grade Container Orchestration"
abstract: "Automated container deployment, scaling, and management"
cid: home
---
-{{< announcement >}}
-
{{< deprecationwarning >}}
{{< blocks/section id="oceanNodes" >}}
@@ -60,4 +58,4 @@ Kubernetes is open source giving you the freedom to take advantage of on-premise
{{< blocks/kubernetes-features >}}
-{{< blocks/case-studies >}}
+{{< blocks/case-studies >}}
\ No newline at end of file
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d23a1141a3a..67caf96358f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,6 +4,13 @@
{{ partial "head.html" . }}