Merge branch 'master' into verenigingen-webpage

This commit is contained in:
Robbe Van Herck 2020-02-27 22:15:36 +01:00
commit 46b948881b

View file

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