2013-07-13 10:38:53 -04:00
|
|
|
<!DOCTYPE html>
|
2013-10-30 20:23:28 +02:00
|
|
|
<html lang="en">
|
2015-10-23 18:12:39 -04:00
|
|
|
<head itemscope itemtype="http://schema.org/WebSite">
|
2013-10-30 19:35:52 +02:00
|
|
|
<meta charset="utf-8">
|
2013-12-08 18:32:26 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2015-10-23 17:50:25 -04:00
|
|
|
|
2013-10-30 19:35:52 +02:00
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
2015-03-08 10:32:19 -04:00
|
|
|
<link rel="stylesheet" href="/assets/css/application.css?v={{ site.github.build_revision }}">
|
2013-12-09 21:06:15 +02:00
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
2013-12-14 14:04:20 +02:00
|
|
|
<!--[if lt IE 9]>
|
2014-01-31 20:11:03 -05:00
|
|
|
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
|
|
|
|
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
|
2013-07-13 10:38:53 -04:00
|
|
|
<![endif]-->
|
2013-12-20 00:27:35 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
2015-10-23 17:50:25 -04:00
|
|
|
|
|
|
|
{% include seo.html %}
|
2013-07-13 10:38:53 -04:00
|
|
|
</head>
|
2013-10-31 13:47:03 +02:00
|
|
|
<body class="{{ page.layout }}{% if page.class %} {{ page.class }}{% endif %}">
|
2013-10-30 20:23:28 +02:00
|
|
|
<div class="container">
|
2013-07-13 10:38:53 -04:00
|
|
|
|
2013-07-13 15:46:13 -04:00
|
|
|
{% include breadcrumbs.html %}
|
2013-07-13 15:42:46 -04:00
|
|
|
|
|
|
|
{% if page.title %}
|
2014-01-23 12:23:17 +02:00
|
|
|
<h1>{{ page.title | markdownify | strip_html | strip_newlines }}</h1>
|
2013-07-13 13:28:46 -07:00
|
|
|
{% endif %}
|