Make about default instead of contact
This commit is contained in:
parent
010e6f1e55
commit
ada67a3ccc
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ title: About
|
|||
order: 0
|
||||
narrow_page: true
|
||||
---
|
||||
<meta http-equiv="refresh" content="0; url=/about/contact">
|
||||
<meta http-equiv="refresh" content="0; url=/about/about">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="subnav tabs">
|
||||
<ul>
|
||||
<li class="<%= 'is-active' if @selected == 'contact'%>"><a href="/about/contact">Contact</a></li>
|
||||
<li class="<%= 'is-active' if @selected == 'about'%>"><a href="/about/about">About</a></li>
|
||||
<li class="<%= 'is-active' if @selected == 'contact'%>"><a href="/about/contact">Contact</a></li>
|
||||
<li class="<%= 'is-active' if @selected == 'statuten'%>"><a href="/about/statuten">Statuten</a></li>
|
||||
<li class="<%= 'is-active' if @selected == 'historiek'%>"><a href="/about/historiek">Historiek</a></li>
|
||||
<li class="is-disabled"><a>Verslagen (soon)</a></li>
|
||||
|
|
Loading…
Reference in a new issue