fix formatting glitch
This commit is contained in:
parent
27507e83bc
commit
0cca73f3d9
|
@ -1,7 +1,7 @@
|
|||
<div class="home">
|
||||
<div class="recipes xs-px1 xs-mt2">
|
||||
<div class="clearfix">
|
||||
`{{ range ( .Paginate (sort (where site.RegularPages "Type" "in" site.Params.mainSections) "Title" )).Pages }}`
|
||||
{{ range ( .Paginate (sort (where site.RegularPages "Type" "in" site.Params.mainSections) "Title" )).Pages }}
|
||||
<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
|
||||
<a class="block relative bg-blue" href="{{ .RelPermalink }}">
|
||||
{{ if .Params.Image }}
|
||||
|
|
Loading…
Reference in a new issue