summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/_markup/render-image.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-21 22:34:37 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-21 22:34:37 +0200
commitcbc70f4341add2afb064bdcf64f5434a879555f6 (patch)
tree3fe5747f75f238764a62b8534797a72b3dbd65a3 /themes/PaperMod/layouts/_default/_markup/render-image.html
parentd9364d2799a952d018d7ee9ab27beaa7db561482 (diff)
try to have full links in rss to images
Diffstat (limited to 'themes/PaperMod/layouts/_default/_markup/render-image.html')
-rw-r--r--themes/PaperMod/layouts/_default/_markup/render-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/_default/_markup/render-image.html b/themes/PaperMod/layouts/_default/_markup/render-image.html
index 1acb87d..1e5edbf 100644
--- a/themes/PaperMod/layouts/_default/_markup/render-image.html
+++ b/themes/PaperMod/layouts/_default/_markup/render-image.html
@@ -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 }} />