Merge pull request #1379 from jepler/issue1374

One more absolute_url for rss feeds
This commit is contained in:
Dan Halbert 2024-03-29 22:11:18 -04:00 committed by GitHub
commit b2cdc84a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,4 +5,4 @@
{{ large_image | absolute_url }} 700w" {{ large_image | absolute_url }} 700w"
sizes="(max-width: 1024px) 700px, sizes="(max-width: 1024px) 700px,
300px" 300px"
src="{{ large_image }}" alt="Image of Board" loading="lazy"> src="{{ large_image | absolute_url }}" alt="Image of Board" loading="lazy">