Merge pull request #2 from ZeusWPI/stuver-redirect

Stuver redirect
This commit is contained in:
rovherck 2020-02-27 20:29:39 +01:00 committed by GitHub Enterprise
commit de5fe3d2c7
2 changed files with 7 additions and 1 deletions

5
content/stuver.erb Normal file
View file

@ -0,0 +1,5 @@
---
title: Stuver
head: "<meta http-equiv=\"refresh\" content=\"0;URL='https://gentsestudentenraad.be'\"/>"
---
Ga naar <a href="https://gentsestudentenraad.be">de website van de Gentse Studentenraad</a>.

View file

@ -3,9 +3,10 @@
<title> Durf Doen! - <%= item[:titel] || item.identifier.without_ext.split('/').last %> </title>
<link rel="stylesheet" href="/stylesheets/main.css">
<link rel="shortcut icon" href="/assets/favicon.png">
<%= raw item[:head] %>
</head>
<body>
<%= render '/partials/navbar.*' %>
<%= yield %>
</body>
</html>
</html>