zeus.ugent.be/layouts/default.erb
2018-04-11 13:09:46 +02:00

63 lines
2.1 KiB
Plaintext

<!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" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
<!-- Android theme color -->
<meta name="theme-color" content="#FF7F00">
<meta property="fb:app_id" content="597670540410704">
<!-- Inline JS -->
<!-- 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>
<!-- CSS -->
<!-- TiptueSearch CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" >
<!-- 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">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- External JS -->
<!-- Google Analytics -->
<script async src='https://www.google-analytics.com/analytics.js'></script>
<%= content_for(@item, :head) %>
</head>
<body class="site">
<div class="wrapper">
<%= yield %>
</div>
<%= render '/partials/_footer.*' %>
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
<%= asset :js, :tipuesearch %>
<%= asset :js, :search %>
<%= content_for(@item, :scripts) %>
</body>
</html>