Remove col div from gallery grid type

master
Will Faught 2 years ago
parent 75c6905f57
commit c1c619ffc6

@ -70,7 +70,6 @@
{{ . }} {{ . }}
{{ else }} {{ else }}
{{ range $resources }} {{ range $resources }}
<div class="col">
{{ partial "paige/image.html" (dict {{ partial "paige/image.html" (dict
"breakpoints" $breakpoints "breakpoints" $breakpoints
"class" $class "class" $class
@ -86,7 +85,6 @@
"style" (print $style "; height: auto; max-width: 100%") "style" (print $style "; height: auto; max-width: 100%")
"width" $width "width" $width
) }} ) }}
</div>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>

Loading…
Cancel
Save