Correct spacing and remove extraneous </div>
Removed extraneous </div> in layouts\_default\list.html
This commit is contained in:
parent
6670f5efb7
commit
40b3eb3691
@ -8,15 +8,12 @@
|
|||||||
{{ partial "nav.html" . }}
|
{{ partial "nav.html" . }}
|
||||||
|
|
||||||
<div role="main" class="container main-content">
|
<div role="main" class="container main-content">
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1>Whoops, this page doesn't exist.</h1>
|
<h1>Whoops, this page doesn't exist.</h1>
|
||||||
<h1>Move along. (404 error)</h1>
|
<h1>Move along. (404 error)</h1>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
|
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<!-- TODO this file has become a mess, refactor it -->
|
|
||||||
|
|
||||||
{{ if or .Params.bigimg .Title }}
|
{{ if or .Params.bigimg .Title }}
|
||||||
|
|
||||||
{{ if .Params.bigimg }}
|
{{ if .Params.bigimg }}
|
||||||
<div id="header-big-imgs" data-num-img=1 data-img-src-1="{{.Params.bigimg}}"></div>
|
<div id="header-big-imgs" data-num-img=1 data-img-src-1="{{.Params.bigimg}}"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user