We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea86f8 commit 640745eCopy full SHA for 640745e
_layouts/_includes/footer.html
@@ -11,7 +11,7 @@ <h3>About us</h3>
11
<h3>Quick link</h3>
12
<ul>
13
<li><a href="/about.html">About Us</a></li>
14
- <li><a href="/events/">Events</a></li>
+ <li><a href="/events.html">Events</a></li>
15
<li><a href="/partnerships.html">Partnerships</a></li>
16
<li><a href="/about.html#join-the-community">Community</a></li>
17
<li><a href="/support.html">Support</a></li>
app.py
@@ -65,7 +65,7 @@ class BPDEvents(Collection):
65
Parser = MarkdownPageParser
66
content_path = "events"
67
template = "default.html"
68
- routes = ["./-events"]
+ routes = ["./bpd-events"]
69
70
71
@app.collection
0 commit comments