Merge branch 'slashformotion:master' into master

This commit is contained in:
Dwarkesh Patel 2021-08-01 13:08:07 -05:00 committed by GitHub
commit 269a529f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 9 deletions
layouts

View file

@ -1,7 +1,13 @@
{{ partial "header.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ define "main" }}
truc
<div id="layout" class="pure-g">
<article class="pure-u-1">
{{ partial "brand.html" . }}
<section><h1 id="title">{{ .Title }}</h1></section>
<section>
{{ partial "footer.html" . }}
</section>
</article>
</div>
</section>
{{ partial "footer.html" . }}
{{ end }}