Skip to content

Commit 3920924

Browse files
kjaymillerclaude
andcommitted
Remove BPD Events and Sponsored Events from header navigation
Consolidates separate "BPD Events" and "Sponsored Events" navigation entries into a single "Events" link pointing to /events/. Updates both the main navigation in app.py and footer links to reflect the combined events page structure. Fixes #843 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3240212 commit 3920924

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

_layouts/_includes/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ <h3>About us</h3>
1111
<h3>Quick link</h3>
1212
<ul>
1313
<li><a href="/about.html">About Us</a></li>
14-
<li><a href="/bpd-events/">BPD Events</a></li>
15-
<li><a href="/sponsored-events.html">Sponsored Events</a></li>
14+
<li><a href="/events/">Events</a></li>
1615
<li><a href="/partnerships.html">Partnerships</a></li>
1716
<li><a href="/about.html#join-the-community">Community</a></li>
1817
<li><a href="/support.html">Support</a></li>

app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
navigation = [
99
{"text": "News", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"},
1010
{"text": "About Us", "url": "/about.html", "fa": "fa fa-info-circle fa-fw"},
11-
{"text": "BPD Events", "url": "/bpd-events", "fa": "fa fa-calendar fa-fw"},
12-
{
13-
"text": "Sponsored Events",
14-
"url": "/sponsored-events.html",
15-
"fa": "fa fa-handshake fa-fw",
16-
},
1711
{"text": "Discounts", "url": "/partnerships.html", "fa": "fa-regular fa-handshake"},
1812
{"text": "Events", "fa": "fa fa-calendar fa-fw", "url": "/events.html"},
1913
{

0 commit comments

Comments
 (0)