Remove col div from gallery grid type

This commit is contained in:
Will Faught
2023-04-25 16:48:28 -07:00
parent 75c6905f57
commit c1c619ffc6

View File

@@ -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>