Fix improper container
Fix an improper container. Now content correctly appears higher on the page, and big images span the full page width.
This commit is contained in:
parent
d82dfdb5f7
commit
dd08915adf
@ -6,22 +6,17 @@
|
||||
<body>
|
||||
|
||||
{{ partial "nav.html" . }}
|
||||
{{ partial "header_wp.html" . }}
|
||||
|
||||
<div role="main" class="container main-content">
|
||||
|
||||
{{ partial "header_wp.html" . }}
|
||||
|
||||
<div class="container" role="main">
|
||||
{{ if eq .Type "post" }}
|
||||
{{ partial "post.html" . }}
|
||||
{{ else if eq .Type "page" }}
|
||||
{{ partial "page.html" . }}
|
||||
{{ else }}
|
||||
<div class="container" role="main">
|
||||
NO MATCHING PARTIAL
|
||||
{{.Content}}
|
||||
</div>
|
||||
NO MATCHING PARTIAL
|
||||
{{.Content}}
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user