From 9a341f1724b83565de8bd7cab53d88b54aeae395 Mon Sep 17 00:00:00 2001
From: pomeloy <45542782+pomeloy@users.noreply.github.com>
Date: Fri, 19 Jan 2024 16:17:28 +0100
Subject: [PATCH] Fix picture partial img/source attributes
Remove duplicate src attribute from image tag.
Remove not allowed src attribute from source tag.
Add default sizes attributes to img and source tag.
Fix inconsistent srcset width.
---
layouts/partials/picture.html | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/layouts/partials/picture.html b/layouts/partials/picture.html
index 75c23994..9764157d 100644
--- a/layouts/partials/picture.html
+++ b/layouts/partials/picture.html
@@ -57,7 +57,7 @@
{{ end }}