diff options
author | mms <michal@sapka.me> | 2024-06-09 16:58:17 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-09 16:58:17 +0200 |
commit | d240c807d3ad91287f4c8ba77386e41adca6a4c7 (patch) | |
tree | c825a597bb8a1bd5c91ba79b03dd1cd4f6140272 /layouts | |
parent | f473245e9857fe9532ac18bf0ca24375de937946 (diff) |
chore: move ratig covers
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/rating.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/rating.html b/layouts/shortcodes/rating.html index 95d825d..a3ead5e 100644 --- a/layouts/shortcodes/rating.html +++ b/layouts/shortcodes/rating.html @@ -5,7 +5,7 @@ <aside class="rating-box"> <div class="poster"> - {{- $path := printf "content_images/%s" $file}} + {{- $path := printf "brain-rot/covers/%s" $file}} {{- $img := resources.Get $path }} {{- $img1x := $img.Resize "170x webp" }} {{- $img2x := $img.Resize "340x webp" }} |