aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/index.gohtml')
-rw-r--r--templates/page/index.gohtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index a3ca7df..f0ebaea 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -12,7 +12,7 @@
<p class="description">
{{ .Description }}
</p>
- <div class="links" style="{{ .Color.Button.GetBackground }}{{ .Color.Button.GetTextColor }}">
+ <nav class="links" style="{{ .Color.Button.GetBackground }}{{ .Color.Button.GetTextColor }}">
{{ range $link := .Links }}
<div class="link">
<a href="{{ .Link }}">{{ .Content }}</a>
@@ -21,6 +21,6 @@
<div class="link">
<a href="/tags">Tags</a>
</div>
- </div>
+ </nav>
</main>
{{end}} \ No newline at end of file