Remove extra div that was breaking mobile layout of the showcase

This commit is contained in:
budparr 2018-02-04 22:05:00 -05:00 committed by Bjørn Erik Pedersen
parent b172fe5f49
commit a2b2f77311
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -8,13 +8,11 @@
{{ .Content }}
</div>
</article>
<div class="flex flex-wrap">
<section class="flex-ns flex-wrap justify-between w-100 v-top">
{{ range (.Paginator 20).Pages }}
{{ partial "boxes-showcase-items.html" . }}
{{ end }}
</section>
</div>
<div class="nested-list-reset nested-links">
{{/* pagination.html: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */}}
{{ template "_internal/pagination.html" . }}