Add a <main> element to the home template
This commit is contained in:
parent
94bfd4fac0
commit
2ef2160c8d
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<h1>Hello world!</h1>
|
||||
<main class="main--single main--home">
|
||||
{{ .Content }}
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue