From 07c49f0263f3feb879ad596cac353e7566013450 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Sat, 10 May 2025 10:53:31 -0400 Subject: [PATCH 1/2] announcement --- book/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/book/_config.yml b/book/_config.yml index 02bd82d..25f5ccd 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -66,6 +66,7 @@ sphinx: # Add GitHub buttons to your book # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository html: + announcement: "You are viewing the 2024 hackweek! Switch to the current event." use_edit_page_button: true use_issues_button: true use_repository_button: true From e46d47a7d2679add006bac825730914037cf2b71 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Sat, 10 May 2025 10:55:33 -0400 Subject: [PATCH 2/2] escape --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index 25f5ccd..ce3f170 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -66,7 +66,7 @@ sphinx: # Add GitHub buttons to your book # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository html: - announcement: "You are viewing the 2024 hackweek! Switch to the current event." + announcement: "You are viewing the 2024 hackweek! Switch to the current event." use_edit_page_button: true use_issues_button: true use_repository_button: true