Skip to content

Commit a86ab58

Browse files
Turn off announcements
1 parent 9caa83d commit a86ab58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ githubWebsiteRepo = "github.com/kubernetes/website"
8383
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
8484

8585
# param for displaying an announcement block on every page; see PR #16210
86-
announcement = true
86+
announcement = false
8787
# announcement_message is only displayed when announcement = true; update with your specific message
8888
announcement_title = "Announcement title here"
8989
announcement_message_full = "Long homepage announcement <br/><br/> 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 <br/> for line breaks.
@@ -315,4 +315,4 @@ contentDir = "content/uk"
315315
[languages.uk.params]
316316
time_format_blog = "02.01.2006"
317317
# A list of language codes to look for untranslated content, ordered from left to right.
318-
language_alternatives = ["en"]
318+
language_alternatives = ["en"]

0 commit comments

Comments
 (0)