2016-06-09 14:27:23 +02:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
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-07-18 09:24:24 +02:00
|
|
|
<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/pure/0.6.0/pure-min.css">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
2016-07-18 23:34:38 +02:00
|
|
|
<link rel="stylesheet" href="/assets/stylesheets/main.css">
|
2016-06-09 14:27:23 +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
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
|
|
|
|
|
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">
|
|
|
|
|
2016-07-18 11:06:45 +02:00
|
|
|
<%= content_for(@item, :head) %>
|
2016-06-09 14:27:23 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-07-18 09:24:24 +02:00
|
|
|
<%= yield %>
|
2016-06-09 14:27:23 +02:00
|
|
|
</body>
|
|
|
|
</html>
|