2019-03-28 19:40:33 -04:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2019-03-16 16:25:32 -04:00
|
|
|
<!doctype html>
|
2019-07-09 00:14:28 -04:00
|
|
|
<!--
|
|
|
|
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
|
|
|
|
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
|
|
|
|
Free for personal and commercial use under the MIT license
|
|
|
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
|
|
|
-->
|
2019-03-28 19:40:33 -04:00
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
2019-03-16 16:25:32 -04:00
|
|
|
<head>
|
2019-03-28 19:40:33 -04:00
|
|
|
{% include head.html %}
|
2019-09-08 20:42:00 -04:00
|
|
|
{% include head/custom.html %}
|
2019-03-16 16:25:32 -04:00
|
|
|
</head>
|
2019-03-20 23:25:25 -04:00
|
|
|
|
2019-03-28 19:40:33 -04:00
|
|
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
2019-07-09 00:14:28 -04:00
|
|
|
{% include_cached skip-links.html %}
|
2019-03-28 19:40:33 -04:00
|
|
|
{% include_cached browser-upgrade.html %}
|
|
|
|
{% include_cached masthead.html %}
|
2019-03-20 23:38:42 -04:00
|
|
|
|
2019-03-28 19:40:33 -04:00
|
|
|
<div class="initial-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2019-03-20 23:38:42 -04:00
|
|
|
|
2019-03-28 19:40:33 -04:00
|
|
|
{% if site.search == true %}
|
|
|
|
<div class="search-content">
|
|
|
|
{% include_cached search/search_form.html %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
2019-07-09 00:14:28 -04:00
|
|
|
<div id="footer" class="page__footer">
|
2019-03-28 19:40:33 -04:00
|
|
|
<footer>
|
|
|
|
{% include footer/custom.html %}
|
|
|
|
{% include_cached footer.html %}
|
|
|
|
</footer>
|
|
|
|
</div>
|
2019-03-20 23:24:57 -04:00
|
|
|
|
2019-03-28 19:40:33 -04:00
|
|
|
{% include scripts.html %}
|
2019-03-20 23:24:57 -04:00
|
|
|
|
2019-03-18 20:25:33 -04:00
|
|
|
</body>
|
2019-03-16 16:25:32 -04:00
|
|
|
</html>
|