kcl-digital-humanities-garden/_layouts/default.html
2021-03-10 22:39:29 -05:00

17 lines
397 B
HTML

<!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 -%}
{% include link-previews.html wrapperQuerySelector="content" %}
</body>
</html>