zeus.ugent.be/layouts/default.erb

74 lines
2.5 KiB
Plaintext
Raw Normal View History

2016-06-09 12:27:23 +00:00
<!DOCTYPE HTML>
2016-10-17 23:04:51 +00:00
<html lang="nl">
2016-06-09 12:27:23 +00:00
<head>
2016-10-17 23:04:51 +00:00
<meta charset="utf-8">
2016-07-18 07:24:24 +00:00
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-07-19 16:43:59 +00:00
<title>
Zeus WPI | <%= item[:title] || 'Werkgroep Informatica van de Universiteit Gent' %>
</title>
2016-09-03 14:42:58 +00:00
2016-07-18 21:34:38 +00:00
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
2016-07-18 07:24:24 +00:00
2016-06-09 12:27:23 +00:00
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
2016-07-18 09:15:03 +00:00
2016-07-19 14:12:04 +00:00
<!-- Android theme color -->
<meta name="theme-color" content="#FF7F00">
2016-07-19 12:14:09 +00:00
<meta property="fb:app_id" content="597670540410704">
<!-- Inline JS -->
2016-10-06 16:22:34 +00:00
<!-- 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');
2017-01-18 16:58:45 +00:00
</script>
<!-- CSS -->
<!-- TiptueSearch CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" >
2017-06-03 16:55:48 +00:00
<!-- 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 -->
2016-10-31 16:51:52 +00:00
<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>
2016-10-31 16:51:52 +00:00
<!-- Hotjar Tracking Code for zeus.ugent.be -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:392303,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
2016-07-18 09:06:45 +00:00
<%= content_for(@item, :head) %>
2016-06-09 12:27:23 +00:00
</head>
2016-09-03 14:51:25 +00:00
<body class="site">
<div class="wrapper">
<%= yield %>
</div>
2016-09-03 14:51:25 +00:00
<%= render '/partials/_footer.*' %>
2017-04-23 13:27:43 +00:00
<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) %>
2016-06-09 12:27:23 +00:00
</body>
</html>