2016-02-22 22:03:47 -05:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2016-04-13 17:10:01 -04:00
|
|
|
<!doctype html>
|
2017-02-21 10:12:49 -05:00
|
|
|
<!--
|
2020-08-04 12:33:22 -04:00
|
|
|
Minimal Mistakes Jekyll Theme 4.20.1 by Michael Rose
|
2019-01-01 19:06:45 -05:00
|
|
|
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
|
2017-02-21 10:12:49 -05:00
|
|
|
Free for personal and commercial use under the MIT license
|
2018-10-09 17:46:34 -04:00
|
|
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
2017-02-21 10:12:49 -05:00
|
|
|
-->
|
2016-07-15 10:27:30 -04:00
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
2016-02-22 21:22:07 -05:00
|
|
|
<head>
|
2016-04-13 17:10:01 -04:00
|
|
|
{% include head.html %}
|
|
|
|
{% include head/custom.html %}
|
2016-02-22 21:22:07 -05:00
|
|
|
</head>
|
|
|
|
|
2016-09-15 14:46:04 -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-06-10 19:31:59 -04:00
|
|
|
{% include_cached skip-links.html %}
|
2018-10-04 15:48:26 -04:00
|
|
|
{% include_cached browser-upgrade.html %}
|
|
|
|
{% include_cached masthead.html %}
|
2016-02-22 21:22:07 -05:00
|
|
|
|
2017-12-07 08:56:14 -05:00
|
|
|
<div class="initial-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if site.search == true %}
|
|
|
|
<div class="search-content">
|
2018-10-04 15:48:26 -04:00
|
|
|
{% include_cached search/search_form.html %}
|
2017-12-07 08:56:14 -05:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2016-02-22 16:46:49 -05:00
|
|
|
|
2019-06-10 19:31:59 -04:00
|
|
|
<div id="footer" class="page__footer">
|
2016-04-13 17:10:01 -04:00
|
|
|
<footer>
|
2016-06-06 15:16:43 -04:00
|
|
|
{% include footer/custom.html %}
|
2018-10-04 15:48:26 -04:00
|
|
|
{% include_cached footer.html %}
|
2016-04-13 17:10:01 -04:00
|
|
|
</footer>
|
|
|
|
</div>
|
2016-02-22 16:46:49 -05:00
|
|
|
|
2018-10-24 01:32:41 +11:00
|
|
|
{% include scripts.html %}
|
2016-02-22 16:46:49 -05:00
|
|
|
|
2016-02-22 21:22:07 -05:00
|
|
|
</body>
|
2018-10-24 01:32:41 +11:00
|
|
|
</html>
|