default edit

This commit is contained in:
Arthur Deruytter 2020-02-28 00:13:09 +01:00
commit 730716af38

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.*' %>