summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 38c3c81..af4a15a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,4 +1,5 @@
{{ define "main" }}
+<main>
<h1>{{ .Site.Params.indexTitle }}</h1>
<p>{{ .Site.Params.indexIntro }}</p>
<h2>Navigation Links</h2>
@@ -11,4 +12,5 @@
</nav>
<h2>Journal Entries</h2>
{{ partial "metadata.html" . }}
+</main>
{{ end }}