51 lines
1.8 KiB
Text
51 lines
1.8 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" />
|
|
|
|
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
|
|
|
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
|
|
|
<!-- Android theme color -->
|
|
<meta name="theme-color" content="#FF7F00">
|
|
|
|
<meta property="fb:app_id" content="597670540410704">
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" rel="stylesheet">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
|
|
<%= asset :js, :tipuesearch %>
|
|
<%= asset :js, :search %>
|
|
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
ga('create', 'UA-25444917-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
|
|
|
<%= asset :css, :main %>
|
|
|
|
<!-- Font Awesome -->
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
|
|
|
<%= content_for(@item, :head) %>
|
|
</head>
|
|
<body class="site">
|
|
<div class="wrapper">
|
|
<%= yield %>
|
|
</div>
|
|
<%= render '/partials/_footer.*' %>
|
|
</body>
|
|
</html>
|