Skip to content

Commit bcb3bae

Browse files
committed
Hiding the closed page. Doesn't need to be in main nav
1 parent 5020b4f commit bcb3bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul>
33
<a href="/" {% if page.url == '/' %}class='active'{% endif %}>Upcoming</a>
44
<a href="/past" {% if page.url == '/past/' %}class='active'{% endif %}>Past</a>
5-
<a href="/closed" {% if page.url == '/closed/' %}class='active'{% endif %}>Closed</a>
5+
<!-- <a href="/closed" {% if page.url == '/closed/' %}class='active'{% endif %}>Closed</a> -->
66
</ul>
77
</div>
88
<div class="sub-nav">

0 commit comments

Comments
 (0)