Use <main> and have different class names for authors

This commit is contained in:
2022-04-09 23:29:22 -05:00
parent 4f450374cf
commit dff23045a8
4 changed files with 13 additions and 13 deletions

View File

@ -14,11 +14,11 @@
{{ partial "breadcrumb.html" . }}
{{ end }}
<div class="main">
<main>
{{ block "main" . }}
{{ .Content }}
{{ end }}
</div>
</main>
{{ if or .Site.Copyright .Site.Params.footer }}
<hr>