This commit is contained in:
Garry Ing
2021-04-18 11:22:42 -04:00
parent 6cd6361c0f
commit 73f6df7691
7 changed files with 70 additions and 36 deletions

View File

@ -1,9 +1,9 @@
<!doctype html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body class="dark-green sans-serif bg-washed-green">
<body class="foreground-text sans-serif bg-background">
{%- include header.html -%}
<main class="links-dark-green" aria-label="Content">
<main class="links-foreground-text" aria-label="Content">
{{ content }}
</main>
{%- include footer.html -%}