1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:25:30 -04:00

stop using <section> improperly

This commit is contained in:
2020-07-14 08:41:11 -04:00
parent cb7219f790
commit 12b056f70b
16 changed files with 30 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
{{ define "main" }}
<section class="page" id="etc">
<div class="layout" id="layout--etc">
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div id="content">
{{ .Content }}
</div>
</section>
</div>
{{ end }}