Merge pull request #1379 from jepler/issue1374
One more absolute_url for rss feeds
This commit is contained in:
commit
b2cdc84a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue