zeus.ugent.be/layouts/default.erb

55 lines
1.6 KiB
Plaintext
Raw Permalink 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">
2017-06-03 16:55:48 +00:00
<!-- Custom CSS -->
<%= asset :css, :main %>
2017-12-16 18:25:51 +00:00
<!-- 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">
2017-12-16 18:25:51 +00:00
2018-07-14 20:39:45 +00: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 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
<%= content_for(@item, :scripts) %>
2018-06-26 08:55:36 +00:00
<%= asset :js, :search %>
2016-06-09 12:27:23 +00:00
</body>
</html>