One more absolute_url for rss feeds

This commit is contained in:
Jeff Epler 2024-03-29 20:45:04 -05:00
parent 6d39e2697b
commit da410b5a53

View file

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