@stefano I might have run into a bug in #BSSG. I have assigned image in the frontmatter, and they render on the first page and on the single post page, but fail to render from page 2 onward.
For example, https://static.inpc.de/2025/07/12/frame-of-preference/ is the single post page and this is page 2 where it appears as the fourth entry: https://static.inpc.de/page/2/
I guess it has to do with "page/2" leaking into the <img ref=""> generation, as the source says
<img src="images/2025/07/IMG_9954-scaled.jpeg" alt="Frame of Preference" title="Frame of Preference" loading="lazy">
but the browser console complains
[Error] Failed to load resource: the server responded with a status of 404 ()
for
https://static.inpc.de/page/2/images/2025/09/IMG_0954.jpeg
If you could look into this, I'd be happy to test a patch 😊
Or should I just have "rooted" the image: /images/... frontmatter?