Move contact from about to root
This commit is contained in:
parent
045c3573ad
commit
95ca919f6d
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
---
|
---
|
||||||
|
navigable: true
|
||||||
|
title: Contact
|
||||||
|
order: 10
|
||||||
narrow_page: true
|
narrow_page: true
|
||||||
icon_size: 2x
|
icon_size: 2x
|
||||||
contact_links:
|
contact_links:
|
||||||
|
@ -38,7 +41,6 @@ contact_links:
|
||||||
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script>
|
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
|
|
||||||
<h1 class='title is-1 has-text-centered'>Contact us</h1>
|
<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>
|
<h2 class='subtitle is-4 has-text-centered has-text-weight-light'>bleep bloop</h1>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<div class="subnav tabs">
|
<div class="subnav tabs">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="<%= 'is-active' if @selected == 'about'%>"><a href="/about/about">About</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 == '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 == 'historiek'%>"><a href="/about/historiek">Historiek</a></li>
|
||||||
<li class="<%= 'is-active' if @selected == 'verslagen'%>"><a href="/about/verslagen">Verslagen</a></li>
|
<li class="<%= 'is-active' if @selected == 'verslagen'%>"><a href="/about/verslagen">Verslagen</a></li>
|
||||||
|
|
Loading…
Reference in a new issue