Remove double page wrapper
This commit is contained in:
parent
38a5488da4
commit
e5c62c99b1
2 changed files with 18 additions and 22 deletions
|
@ -1,5 +1,4 @@
|
|||
{{ partial "page_start.html" . }}
|
||||
<div id="page-wrapper">
|
||||
<section id="main" class="container">
|
||||
{{ partial "content.html" . }}
|
||||
{{ if ne .Params.hide_pages "true" }}
|
||||
|
@ -16,5 +15,4 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
</div>
|
||||
{{ partial "page_end.html" . }}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{ partial "page_start.html" . }}
|
||||
<div id="page-wrapper">
|
||||
<section id="main" class="container">
|
||||
{{ partial "content.html" . }}
|
||||
</section>
|
||||
</div>
|
||||
{{ partial "page_end.html" . }}
|
||||
|
|
Loading…
Reference in a new issue