2021-03-07 22:59:37 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
|
|
|
|
|
|
{%- include head.html -%}
|
|
|
|
|
|
|
|
<body class="dark-green garamond links-dark-green bg-washed-green">
|
|
|
|
|
|
|
|
{%- include header.html -%}
|
|
|
|
|
|
|
|
<main aria-label="Content">
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{%- include footer.html -%}
|
2021-03-11 03:33:55 +00:00
|
|
|
{% include link-previews.html wrapperQuerySelector="content" %}
|
2021-03-11 03:45:14 +00:00
|
|
|
<script src="{{ "/assets/js/scripts.js" | relative_url }}" async></script>
|
2021-03-07 22:59:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|