diff --git a/_config.yml b/_config.yml
index 8aca59c3..57e6cc78 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,6 +2,7 @@
safe: true
exclude: ['_presite_plugins', 'README.md', '_move_to_arhcive.html']
title: Devnexus 2024
+dates: Apr 9-11, 2024
timezone: UTC
active-header: navigation-before-schedule.html
cfp-is-open: false
diff --git a/_layouts/home.html b/_layouts/home.html
index 9d3b4dc8..8d074186 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,7 +6,7 @@
{% include inline-social.html %}
- {% assign dates = page.dates | default: "00-99 XXX" %}
+ {% assign dates = site.dates | default: "00-99 XXX" %}
{{ dates | escape }}
Atlanta, GA
diff --git a/index-agile.md b/index-agile.md
new file mode 100644
index 00000000..6cdea639
--- /dev/null
+++ b/index-agile.md
@@ -0,0 +1,23 @@
+---
+layout: home
+permalink: /presentations/agile
+dates: Apr 4 2023
+branding:
+ img: /assets/img/dev-nexus-logo-large.png
+ alt: Devnexus 2024
+---
+{% assign events = site.events | where: "track", "Agile" | sort: "name" %}
+
+
+{% for session in events %}
+
+{% endfor %}
+
+
SEE ALL SESSIONS
\ No newline at end of file