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