54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
<!DOCTYPE HTML>
|
|
<html lang="nl">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>
|
|
Zeus WPI | <%= item[:title] || 'Werkgroep Informatica van de Universiteit Gent' %>
|
|
</title>
|
|
|
|
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
|
|
|
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
|
|
|
<!-- Android theme color -->
|
|
<meta name="theme-color" content="#FF7F00">
|
|
|
|
<meta property="fb:app_id" content="597670540410704">
|
|
|
|
<!-- Custom CSS -->
|
|
<%= asset :css, :main %>
|
|
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
|
|
|
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
|
<script>
|
|
(function(f, a, t, h, o, m){
|
|
a[h]=a[h]||function(){
|
|
(a[h].q=a[h].q||[]).push(arguments)
|
|
};
|
|
o=f.createElement('script'),
|
|
m=f.getElementsByTagName('script')[0];
|
|
o.async=1; o.src=t; o.id='fathom-script';
|
|
m.parentNode.insertBefore(o,m)
|
|
})(document, window, '//stats.zeus.gent/tracker.js', 'fathom');
|
|
fathom('trackPageview');
|
|
</script>
|
|
<!-- / Fathom -->
|
|
|
|
<%= content_for(@item, :head) %>
|
|
</head>
|
|
|
|
<body class="site">
|
|
<div class="wrapper">
|
|
<%= yield %>
|
|
</div>
|
|
<%= render '/partials/_footer.*' %>
|
|
|
|
<%= content_for(@item, :scripts) %>
|
|
<%= asset :js, :search %>
|
|
</body>
|
|
</html>
|