fix(_default/baseof): Use main tag
https://dequeuniversity.com/rules/axe/3.0/landmark-one-main
This commit is contained in:
parent
72d4bdf488
commit
92610430fa
|
@ -1,10 +1,10 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content container">
|
||||
<main class="content container">
|
||||
{{ block "main" . -}}{{- end }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue