Remove unneeded whitespace eaters
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
{{ . }}
|
{{ . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ range $resources }}
|
{{ range $resources }}
|
||||||
{{- partial "paige/image.html" (dict
|
{{ partial "paige/image.html" (dict
|
||||||
"breakpoints" $breakpoints
|
"breakpoints" $breakpoints
|
||||||
"class" $class
|
"class" $class
|
||||||
"densities" $densities
|
"densities" $densities
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"resource" .
|
"resource" .
|
||||||
"style" (print $style "; height: auto; max-width: 100%")
|
"style" (print $style "; height: auto; max-width: 100%")
|
||||||
"width" $width
|
"width" $width
|
||||||
) -}}
|
) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
{{ . }}
|
{{ . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ range $resources }}
|
{{ range $resources }}
|
||||||
{{- partial "paige/image.html" (dict
|
{{ partial "paige/image.html" (dict
|
||||||
"breakpoints" $breakpoints
|
"breakpoints" $breakpoints
|
||||||
"class" $class
|
"class" $class
|
||||||
"densities" $densities
|
"densities" $densities
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
"resource" .
|
"resource" .
|
||||||
"style" (print $style "; height: auto; max-width: 100%")
|
"style" (print $style "; height: auto; max-width: 100%")
|
||||||
"width" $width
|
"width" $width
|
||||||
) -}}
|
) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user