We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020b4f commit bcb3baeCopy full SHA for bcb3bae
1 file changed
_includes/nav.html
@@ -2,7 +2,7 @@
2
<ul>
3
<a href="/" {% if page.url == '/' %}class='active'{% endif %}>Upcoming</a>
4
<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>
+ <!-- <a href="/closed" {% if page.url == '/closed/' %}class='active'{% endif %}>Closed</a> -->
6
</ul>
7
</div>
8
<div class="sub-nav">
0 commit comments