Switch to semantic main element for main content

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

Change summary

ws/static/home.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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>