zeus.ugent.be/layouts/default.erb

39 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-06-09 12:27:23 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
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-07-18 07:24:24 +00: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">
2016-08-04 17:06:36 +00:00
<%= asset :css, :main %>
2016-06-09 12:27:23 +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
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
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">
2016-07-20 12:38:50 +00:00
<script src="/tipuesearch_content.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.min.js"></script>
2016-08-27 17:07:03 +00:00
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
2016-07-18 09:06:45 +00:00
<%= content_for(@item, :head) %>
2016-06-09 12:27:23 +00:00
</head>
<body>
2016-07-18 07:24:24 +00:00
<%= yield %>
2016-06-09 12:27:23 +00:00
</body>
</html>