Fix indentation

master
Will Faught 3 years ago
parent 98c92260d0
commit ec7a5138a3

@ -67,19 +67,19 @@
{{ else }} {{ else }}
{{ range $resources }} {{ range $resources }}
<div class="col"> <div class="col">
{{ partial "paige/a.html" (dict {{ partial "paige/a.html" (dict
"content" (partial "paige/img.html" (dict "content" (partial "paige/img.html" (dict
"class" "img-fluid" "class" "img-fluid"
"height" $height "height" $height
"maxheight" $maxheight "maxheight" $maxheight
"maxwidth" $maxwidth "maxwidth" $maxwidth
"method" $method "method" $method
"options" $options "options" $options
"resource" . "resource" .
"width" $width "width" $width
)) ))
"href" .RelPermalink "href" .RelPermalink
) }} ) }}
</div> </div>
{{ end }} {{ end }}
{{ end }} {{ end }}

Loading…
Cancel
Save