mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
stop using <section> improperly
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user