_includes/navbar.html in jekyll-zeta-0.4.0 vs _includes/navbar.html in jekyll-zeta-0.4.1
- old
+ new
@@ -21,12 +21,12 @@
{%- endif %}
{%- endfor %}
{%- endif %}
{%- if iscurrent == true -%}
- <text class="curNav">{{ item.title }}</text>
+ <a href="{{ itemurl }}" class="curNav">{{ item.title }}</a>
{%- else -%}
- <a href="{{ itemurl }}">{{ item.title }}</a>
+ <a href="{{ itemurl }}" class="nav">{{ item.title }}</a>
{%- endif - -%}
{%- else -%}
{{ item.title }}
{%- endif -%}