why was it like this? move header & footer out of main
This commit is contained in:
parent
67402831e4
commit
b15d8bbbd8
1 changed files with 3 additions and 2 deletions
|
@ -3,15 +3,16 @@
|
|||
{{partial "head" .}}
|
||||
|
||||
<body>
|
||||
{{partial "header" .}}
|
||||
<main>
|
||||
{{partial "header" .}}
|
||||
{{partial "side1" .}}
|
||||
<section id="content">
|
||||
{{.Content}}
|
||||
</section>
|
||||
{{partial "side2" .}}
|
||||
{{partial "footer" .}}
|
||||
</main>
|
||||
|
||||
{{partial "footer" .}}
|
||||
{{partial "spritesheet" .}}
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue