ws/static/home.html 🔗
@@ -27,7 +27,7 @@
<a href="/logout">Log out</a>
</nav>
</header>
- <div class="two_column">
+ <main class="two_column">
<div class="projects">
<!-- Range through projects that aren't yet up-to-date -->
{{- range . -}}
@@ -79,6 +79,6 @@
</div>
{{- end -}}
</div>
- </div>
+ </main>
</body>
</html>