stop using <section> improperly

This commit is contained in:
2020-07-14 08:41:18 -04:00
parent cb7219f790
commit 12b056f70b
16 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
<section class="page" id="list">
<div class="layout" id="layout--list">
{{- with .Pages }}
{{- range .GroupByDate "2006" }}
<section class="year">
@@ -17,5 +17,5 @@
</section>
{{- end }}
{{- end }}
</section>
</div>
{{ end }}