Skip to content

Commit b2cdc84

Browse files
authored
Merge pull request #1379 from jepler/issue1374
One more absolute_url for rss feeds
2 parents 7383164 + da410b5 commit b2cdc84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/downloads/board_image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
{{ large_image | absolute_url }} 700w"
66
sizes="(max-width: 1024px) 700px,
77
300px"
8-
src="{{ large_image }}" alt="Image of Board" loading="lazy">
8+
src="{{ large_image | absolute_url }}" alt="Image of Board" loading="lazy">

0 commit comments

Comments
 (0)