Skip to content

Commit

Permalink
use absolute <img> urls in RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Jan 2, 2025
1 parent b6614ea commit da1b3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/_markup/render-image.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="{{ .Destination }}" alt="{{ .Title }}">
1 change: 1 addition & 0 deletions layouts/_default/_markup/render-image.rss.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="{{ .Page.Permalink }}{{ .Destination }}" alt="{{ .Title }}">

0 comments on commit da1b3cd

Please sign in to comment.