aboutsummaryrefslogtreecommitdiff
path: root/_static/index.gohtml
diff options
context:
space:
mode:
Diffstat (limited to '_static/index.gohtml')
-rw-r--r--_static/index.gohtml7
1 files changed, 4 insertions, 3 deletions
diff --git a/_static/index.gohtml b/_static/index.gohtml
index 6b550d1..11df7a0 100644
--- a/_static/index.gohtml
+++ b/_static/index.gohtml
@@ -19,19 +19,20 @@
{{- end }}
</head>
<body>
- <div class="topbar">
+ <div class="topbar" role="banner">
<a class="item title" href="/">{{.Title}}</a>
<form class="item" action="/_internal/search">
<input type="text" name="q" placeholder="Search" />
</form>
</div>
- <div class="page">
+ <div class="page" role="main">
<div class="container">
{{.Body}}
</div>
</div>
- <div class="footer">
+
+ <div class="footer" role="contentinfo">
Powered by <a href="https://git.sr.ht/~shulhan/ciigo"> ciigo </a>
</div>
</body>