Remove col div from gallery grid type
This commit is contained in:
@@ -70,7 +70,6 @@
|
||||
{{ . }}
|
||||
{{ else }}
|
||||
{{ range $resources }}
|
||||
<div class="col">
|
||||
{{ partial "paige/image.html" (dict
|
||||
"breakpoints" $breakpoints
|
||||
"class" $class
|
||||
@@ -86,7 +85,6 @@
|
||||
"style" (print $style "; height: auto; max-width: 100%")
|
||||
"width" $width
|
||||
) }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user