From a86ab58eb9c3eb05d08c0ed34e5b89b420c0f305 Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 4 Jun 2020 14:34:50 -0700 Subject: [PATCH] Turn off announcements --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 2c23e1e916..49e0e51b5c 100644 --- a/config.toml +++ b/config.toml @@ -83,7 +83,7 @@ githubWebsiteRepo = "github.com/kubernetes/website" githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website" # param for displaying an announcement block on every page; see PR #16210 -announcement = true +announcement = false # announcement_message is only displayed when announcement = true; update with your specific message 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. @@ -315,4 +315,4 @@ contentDir = "content/uk" [languages.uk.params] time_format_blog = "02.01.2006" # A list of language codes to look for untranslated content, ordered from left to right. -language_alternatives = ["en"] \ No newline at end of file +language_alternatives = ["en"]