mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 03:24:53 -04:00
Remove extra div that was breaking mobile layout of the showcase
This commit is contained in:
parent
b172fe5f49
commit
a2b2f77311
@ -8,13 +8,11 @@
|
|||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<div class="flex flex-wrap">
|
|
||||||
<section class="flex-ns flex-wrap justify-between w-100 v-top">
|
<section class="flex-ns flex-wrap justify-between w-100 v-top">
|
||||||
{{ range (.Paginator 20).Pages }}
|
{{ range (.Paginator 20).Pages }}
|
||||||
{{ partial "boxes-showcase-items.html" . }}
|
{{ partial "boxes-showcase-items.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
|
||||||
<div class="nested-list-reset nested-links">
|
<div class="nested-list-reset nested-links">
|
||||||
{{/* pagination.html: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */}}
|
{{/* pagination.html: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */}}
|
||||||
{{ template "_internal/pagination.html" . }}
|
{{ template "_internal/pagination.html" . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user