try to have full links in rss to images

This commit is contained in:
Christoph Cullmann 2022-10-21 22:34:37 +02:00
parent d9364d2799
commit cbc70f4341
4 changed files with 8 additions and 7 deletions

View file

@ -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 }} />