We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<picture>
1 parent 28e6958 commit c02433aCopy full SHA for c02433a
1 file changed
layouts/partials/images/picture.html
@@ -1,6 +1,4 @@
1
-<picture
2
-{{ with .wrapperClass }}class="{{ . }}"{{ end }}
3
-{{ range .attrs }}{{ . | safeHTMLAttr }}{{ end }}>
+<picture {{ with .wrapperClass }}class="{{ . }}"{{ end }} {{ range .attrs }}{{ . | safeHTMLAttr }}{{ end }}>
4
{{- range .sources }}
5
<source srcset="{{ .srcset }}" type="{{ .type }}" />
6
{{- end }}
0 commit comments