Эх сурвалжийг харах

Update HTML to be more POSH

Updated the main content div to be a <main> tag instead.
ApisNecros 1 жил өмнө
parent
commit
3d4b747f2d

+ 2 - 2
layouts/_default/baseof.html

@@ -4,10 +4,10 @@
     <body>
         <div class="h-screen flex flex-flow flex-wrap">
             {{- partial "header.html" . -}}
-            <div id="content" class="flex-1 px-4">
+            <main id="content" class="flex-1 px-4">
             {{- block "main" . }}{{- end }}
             {{- partial "footer.html" . -}}
-            </div>
+            </main>
         </div>
     </body>
 </html>