aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 0d64803..164a810 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
{{ define "content" }}
- <div id="index">
- {{ .Content }}
- </div>
+<main>
+ {{ .Content }}
+</main>
{{ end }}