2016-06-09 14:27:23 +02:00
|
|
|
<!DOCTYPE HTML>
|
2016-10-18 01:04:51 +02:00
|
|
|
<html lang="nl">
|
2016-06-09 14:27:23 +02:00
|
|
|
<head>
|
2016-10-18 01:04:51 +02:00
|
|
|
<meta charset="utf-8">
|
2016-07-18 09:24:24 +02:00
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2016-07-19 18:43:59 +02:00
|
|
|
<title>
|
|
|
|
Zeus WPI | <%= item[:title] || 'Werkgroep Informatica van de Universiteit Gent' %>
|
|
|
|
</title>
|
2016-09-03 16:42:58 +02:00
|
|
|
|
2016-07-18 23:34:38 +02:00
|
|
|
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
|
2016-07-18 09:24:24 +02:00
|
|
|
|
2016-06-09 14:27:23 +02:00
|
|
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
2016-07-18 11:15:03 +02:00
|
|
|
|
2016-07-19 16:12:04 +02:00
|
|
|
<!-- Android theme color -->
|
|
|
|
<meta name="theme-color" content="#FF7F00">
|
|
|
|
|
2016-07-19 14:14:09 +02:00
|
|
|
<meta property="fb:app_id" content="597670540410704">
|
|
|
|
|
2017-06-03 18:55:48 +02:00
|
|
|
<!-- Custom CSS -->
|
|
|
|
<%= asset :css, :main %>
|
2017-12-16 19:25:51 +01:00
|
|
|
|
2016-10-09 01:57:21 +02:00
|
|
|
<!-- Font Awesome -->
|
2017-06-03 18:41:17 +02:00
|
|
|
<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">
|
2017-12-16 19:25:51 +01:00
|
|
|
|
2018-07-14 22:39:45 +02:00
|
|
|
<!-- 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 -->
|
|
|
|
|
2016-07-18 11:06:45 +02:00
|
|
|
<%= content_for(@item, :head) %>
|
2016-06-09 14:27:23 +02:00
|
|
|
</head>
|
2017-06-03 18:41:17 +02:00
|
|
|
|
2016-09-03 16:51:25 +02:00
|
|
|
<body class="site">
|
|
|
|
<div class="wrapper">
|
|
|
|
<%= yield %>
|
2016-11-01 21:49:36 +01:00
|
|
|
</div>
|
2016-09-03 16:51:25 +02:00
|
|
|
<%= render '/partials/_footer.*' %>
|
2017-04-23 15:27:43 +02:00
|
|
|
|
|
|
|
<%= content_for(@item, :scripts) %>
|
2018-06-26 10:55:36 +02:00
|
|
|
<%= asset :js, :search %>
|
2016-06-09 14:27:23 +02:00
|
|
|
</body>
|
|
|
|
</html>
|