2017-12-07 18:14:30 -05:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<!doctype html>
|
|
|
|
<!--
|
2021-07-05 16:32:52 -04:00
|
|
|
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
2020-03-10 19:02:57 -04:00
|
|
|
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
2017-12-07 18:14:30 -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-12-07 18:14:30 -05:00
|
|
|
-->
|
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
{% include head/custom.html %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<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 %}
|
2017-12-07 18:14:30 -05:00
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include masthead.html %}
|
|
|
|
|
|
|
|
<div class="initial-content">
|
|
|
|
{{ content }}
|
2021-05-31 13:23:01 -04:00
|
|
|
<div align="center" style="margin: 1em 0;">
|
2021-06-07 08:20:47 -04:00
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style="display:block; border-bottom: initial;"
|
|
|
|
data-ad-client="ca-pub-7328585512091257"
|
|
|
|
data-ad-slot="3049671934"
|
2021-06-07 08:55:28 -04:00
|
|
|
data-ad-format="auto"
|
|
|
|
data-full-width-responsive="true"></ins>
|
2021-05-31 13:23:01 -04:00
|
|
|
</div>
|
2017-12-07 18:14:30 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if site.search == true %}
|
|
|
|
<div class="search-content">
|
2018-02-16 14:24:17 -05:00
|
|
|
{% include search/search_form.html %}
|
2017-12-07 18:14:30 -05:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<div class="page__footer">
|
|
|
|
<footer>
|
|
|
|
{% include footer/custom.html %}
|
|
|
|
{% include footer.html %}
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include scripts.html %}
|
2021-08-06 11:41:21 -04:00
|
|
|
<style>
|
|
|
|
.google-auto-placed {
|
|
|
|
margin: 2em auto;
|
|
|
|
}
|
|
|
|
</style>
|
2021-06-07 08:55:28 -04:00
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
2017-12-07 18:14:30 -05:00
|
|
|
|
|
|
|
</body>
|
2021-05-31 12:55:44 -04:00
|
|
|
</html>
|