diff --git a/content/archive/agenda-2024.html b/content/archive/agenda-2024.html
index 62096f7..b6079bf 100644
--- a/content/archive/agenda-2024.html
+++ b/content/archive/agenda-2024.html
@@ -1,3 +1,8 @@
++++
+title = "2024 CascadiaRConf Agenda"
+url = "/years/2024/agenda"
++++
+
diff --git a/scripts/HOWTO.md b/scripts/HOWTO.md
index 0f0a8e2..3d05c2e 100644
--- a/scripts/HOWTO.md
+++ b/scripts/HOWTO.md
@@ -281,7 +281,13 @@ As you gather more information and plan, continue to edit the website on your lo
* Turn off all except "logo" and run `UPDATE.sh`
* Scrub any old data from `content/pages/faq.md`
-* Change the agenda url to `/years/YEAR/agenda`, render the final agenda as an html, and save it as `content/archive/agenda-YEAR.html`. Update `content/pages/years.html` with a link to this html agenda
+* Render the final agenda as an html, save it as `content/archive/agenda-YEAR.html`, and add the following header to the html file. Update `content/pages/years.html` with a link to this html agenda
+ ```
+ +++
+ title = "YEAR CascadiaRConf Agenda"
+ url = "/years/YEAR/agenda"
+ +++
+ ```
* Upload slide PDFs to `static/talks/talks_YEAR/`. Update `content/pages/years.html` with a link to this directory on GitHub
* Upload videos to YouTube and add link to `content/years.html`
* Add past workshop links to `content/pages/workshop_past.md`