Correct spacing and remove extraneous </div>
Removed extraneous </div> in layouts\_default\list.html
This commit is contained in:
parent
6670f5efb7
commit
40b3eb3691
13 changed files with 158 additions and 165 deletions
|
|
@ -8,7 +8,7 @@
|
|||
{{ partial "nav.html" . }}
|
||||
{{ partial "header_wp.html" . }}
|
||||
|
||||
<div class="container" role="main">
|
||||
<div class="container" role="main">
|
||||
<article class="post-preview">
|
||||
<div class="list-group col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3">
|
||||
{{ range $key, $value := .Data.Terms.ByCount }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue