2016-06-12 20:06:00 -04:00
|
|
|
<!DOCTYPE html>
|
2016-06-14 20:28:56 -04:00
|
|
|
<html lang="en-GB">
|
|
|
|
<head>
|
|
|
|
<!-- General meta -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-07-31 12:44:34 -04:00
|
|
|
<title>{{ page.title }} - {{ site.title }}</title>
|
|
|
|
|
2016-06-14 20:28:56 -04:00
|
|
|
{% if site.logo %}
|
2016-07-29 04:18:34 -04:00
|
|
|
{% include favicons.html %}
|
|
|
|
{% endif %}
|
2016-06-14 20:28:56 -04:00
|
|
|
|
|
|
|
<link href="/css/styles.css" media="all" rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2016-06-19 13:42:46 -04:00
|
|
|
{% include header.html %}
|
|
|
|
|
2016-06-14 20:28:56 -04:00
|
|
|
{{ content }}
|
|
|
|
|
2016-06-19 13:42:46 -04:00
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans|Neuton" rel="stylesheet">
|
2016-06-15 19:24:19 -04:00
|
|
|
<script src="/js/scripts.js" type="text/javascript"></script>
|
2016-06-14 20:28:56 -04:00
|
|
|
</body>
|
2016-06-12 20:06:00 -04:00
|
|
|
</html>
|