Fix indentation
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user