This commit is contained in:
Robbe Van Herck 2020-02-27 21:29:00 +01:00
parent ae36bfc7a1
commit bdaa28a7fa

View file

@ -3,7 +3,7 @@
<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] %>
<%= item[:head] %>
</head>
<body>
<%= render '/partials/navbar.*' %>