try to have full links in rss to images
This commit is contained in:
parent
d9364d2799
commit
cbc70f4341
4 changed files with 8 additions and 7 deletions
|
@ -1 +1 @@
|
|||
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
|
||||
<img loading="lazy" src="{{ .Destination | safeURL | absURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue