2013-07-13 10:38:53 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
2013-10-30 19:35:52 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
2013-07-13 10:38:53 -04:00
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
|
2013-07-13 16:40:43 -04:00
|
|
|
{% if page.description %}
|
2013-07-15 20:50:09 +01:00
|
|
|
<meta name="description" content="{{ page.description | strip_html }}">
|
2013-07-13 16:40:43 -04:00
|
|
|
{% endif %}
|
2013-07-13 15:18:57 -04:00
|
|
|
|
2013-10-30 19:35:52 +02:00
|
|
|
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
|
|
|
<link rel="stylesheet" href="/css/application.css" media="screen">
|
|
|
|
<link rel="stylesheet" href="/css/jquery.qtip.min.css" media="screen">
|
|
|
|
<script src="/javascripts/modernizr.js"></script>
|
2013-07-13 10:38:53 -04:00
|
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
2013-10-30 19:35:52 +02:00
|
|
|
<script src="/javascripts/selectivizr-min.js"></script>
|
2013-07-13 10:38:53 -04:00
|
|
|
<![endif]-->
|
2013-10-30 19:10:25 +02:00
|
|
|
|
2013-07-13 10:38:53 -04:00
|
|
|
</head>
|
|
|
|
<body class="{{ page.layout }} {{ page.class }}">
|
|
|
|
<div class='container'>
|
|
|
|
|
2013-07-13 15:46:13 -04:00
|
|
|
{% include breadcrumbs.html %}
|
2013-07-13 15:42:46 -04:00
|
|
|
|
|
|
|
{% if page.title %}
|
|
|
|
<h1>{{ page.title }}</h1>
|
2013-07-13 13:28:46 -07:00
|
|
|
{% endif %}
|