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

@ -2,5 +2,6 @@ rm -rf themes
mkdir themes
git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
rm -rf themes/PaperMod/.git*
sed -i s@localStorage.setItem@//localStorage.setItem@g themes/PaperMod/layouts/partials/footer.html
sed -i 's@localStorage.setItem@//localStorage.setItem@g' themes/PaperMod/layouts/partials/footer.html
sed -i 's@safeURL@safeURL | absURL@g' themes/PaperMod/layouts/_default/_markup/render-image.html
git add themes