Comment out essays in navigation
This commit is contained in:
parent
8f1fe6115f
commit
f91f6bb36c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
</hgroup>
|
||||
<nav>
|
||||
<a href="/" {% if page == 'home' -%}class="current"{%- endif -%}>Home</a>
|
||||
<a href="#" {% if page == 'essays' -%}class="current"{%- endif -%}>Essays</a>
|
||||
{# <a href="#" {% if page == 'essays' -%}class="current"{%- endif -%}>Essays</a> #}
|
||||
<a href="#" {% if page == 'thoughts' -%}class="current"{%- endif -%}>Thoughts</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Reference in a new issue