Move contact from about to root

This commit is contained in:
Wout Schellaert 2019-05-27 12:43:28 +02:00
parent 045c3573ad
commit 95ca919f6d
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,7 @@
---
navigable: true
title: Contact
order: 10
narrow_page: true
icon_size: 2x
contact_links:
@ -38,7 +41,6 @@ contact_links:
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script>
<% end %>
<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
<h1 class='title is-1 has-text-centered'>Contact us</h1>
<h2 class='subtitle is-4 has-text-centered has-text-weight-light'>bleep bloop</h1>

View file

@ -1,7 +1,6 @@
<div class="subnav tabs">
<ul>
<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-active' if @selected == 'verslagen'%>"><a href="/about/verslagen">Verslagen</a></li>