Adjust whitespace for srcset links

This commit is contained in:
Uwe Schmidt
2023-03-23 18:52:41 +01:00
committed by GitHub
parent e99609b14a
commit 5fae5fea82
4 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
sm:max-w-[10rem]" src="{{ .RelPermalink }}"
{{ else }}
class="w-24 rounded-md sm:w-40" srcset="
{{- (.Fill "160x120 smart").RelPermalink }}
160w, {{- (.Fill "320x240 smart").RelPermalink }} 2x"
{{- (.Fill "160x120 smart").RelPermalink }} 160w,
{{- (.Fill "320x240 smart").RelPermalink }} 2x"
src="{{ (.Fill "160x120 smart").RelPermalink }}"
{{ end }}
/>