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" .}}
|
{{partial "head" .}}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{{partial "header" .}}
|
||||||
<main>
|
<main>
|
||||||
{{partial "header" .}}
|
|
||||||
{{partial "side1" .}}
|
{{partial "side1" .}}
|
||||||
<section id="content">
|
<section id="content">
|
||||||
{{.Content}}
|
{{.Content}}
|
||||||
</section>
|
</section>
|
||||||
{{partial "side2" .}}
|
{{partial "side2" .}}
|
||||||
{{partial "footer" .}}
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{{partial "footer" .}}
|
||||||
{{partial "spritesheet" .}}
|
{{partial "spritesheet" .}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue