2016-02-23 04:03:47 +01:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2016-04-13 23:10:01 +02:00
|
|
|
<!doctype html>
|
2017-02-21 16:12:49 +01:00
|
|
|
<!--
|
2017-02-21 16:50:57 +01:00
|
|
|
Minimal Mistakes Jekyll Theme 4.2.2 by Michael Rose
|
|
|
|
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
2017-02-21 16:12:49 +01:00
|
|
|
Free for personal and commercial use under the MIT license
|
|
|
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
|
|
|
|
-->
|
2016-07-15 16:27:30 +02:00
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
2016-02-23 03:22:07 +01:00
|
|
|
<head>
|
2016-04-13 23:10:01 +02:00
|
|
|
{% include head.html %}
|
|
|
|
{% include head/custom.html %}
|
2016-02-23 03:22:07 +01:00
|
|
|
</head>
|
|
|
|
|
2016-09-15 20:46:04 +02:00
|
|
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
2016-02-23 03:22:07 +01:00
|
|
|
|
2016-04-13 23:10:01 +02:00
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include masthead.html %}
|
2016-02-23 03:22:07 +01:00
|
|
|
|
2016-04-13 23:10:01 +02:00
|
|
|
{{ content }}
|
2016-02-22 22:46:49 +01:00
|
|
|
|
2016-04-13 23:10:01 +02:00
|
|
|
<div class="page__footer">
|
|
|
|
<footer>
|
2016-06-06 21:16:43 +02:00
|
|
|
{% include footer/custom.html %}
|
2016-04-13 23:10:01 +02:00
|
|
|
{% include footer.html %}
|
|
|
|
</footer>
|
|
|
|
</div>
|
2016-02-22 22:46:49 +01:00
|
|
|
|
2016-04-13 23:10:01 +02:00
|
|
|
{% include scripts.html %}
|
2016-02-22 22:46:49 +01:00
|
|
|
|
2016-02-23 03:22:07 +01:00
|
|
|
</body>
|
2016-02-22 22:46:49 +01:00
|
|
|
</html>
|