Skip to content

Commit 36cf419

Browse files
committed
Fix the remaining footer links
All the links (excpet `bpd-events`) now end with `.html`. The reason this doesn't happen for `bpd-events` is because it is a collection that utilizes a base template, but has its data populated from the `events.json`
1 parent b0a330b commit 36cf419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h3>Quick link</h3>
1313
<li><a href="/about.html">About Us</a></li>
1414
<li><a href="/bpd-events/">BPD Events</a></li>
1515
<li><a href="/sponsored-events.html">Sponsored Events</a></li>
16-
<li><a href="/community/">Community</a></li>
17-
<li><a href="/support/">Support</a></li>
16+
<li><a href="/community.html">Community</a></li>
17+
<li><a href="/support.html">Support</a></li>
1818
</ul>
1919
</div>
2020
<!-- Contact Us Section -->

0 commit comments

Comments
 (0)