zeus.ugent.be/layouts/default.erb

59 lines
1.8 KiB
Text
Raw Normal View History

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">
<!-- Inline JS -->
2016-10-06 18:22:34 +02: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 17:58:45 +01: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 18:55:48 +02:00
<!-- Custom CSS -->
<%= asset :css, :main %>
2017-12-16 19:25:51 +01: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 19:25:51 +01:00
<!-- Animate.css -->
2016-10-31 17:51:52 +01:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
2017-12-16 19:25:51 +01:00
<!-- External JS -->
<!-- Google Analytics -->
<script async src='https://www.google-analytics.com/analytics.js'></script>
2016-10-31 17:51:52 +01:00
2016-07-18 11:06:45 +02:00
<%= content_for(@item, :head) %>
2016-06-09 14:27:23 +02:00
</head>
2016-09-03 16:51:25 +02:00
<body class="site">
<div class="wrapper">
<%= yield %>
</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>