Check RSS fix

This commit is contained in:
David Eisinger
2026-04-08 22:50:11 -04:00
parent 7a50a7541a
commit 4d0c65dcef
3 changed files with 31 additions and 9 deletions

View File

@@ -30,10 +30,7 @@ tasks:
# Diff RSS template against Hugo default, make sure only differences are intentional
- rss: |
curl -s https://raw.githubusercontent.com/gohugoio/hugo/refs/tags/v$HUGO_VERSION/tpl/tplimpl/embedded/templates/rss.xml \
| diff - ./themes/v2/layouts/_default/rss.xml \
| wc -l \
| grep 7
./bin/check-rss-template
# Start Ruby server for dithering images
- dither: |