]> danix's work - danix.xyz-2.git/commit
Resolve page bundle image paths correctly
authorDanilo M. <redacted>
Wed, 15 Apr 2026 20:25:01 +0000 (22:25 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 20:25:01 +0000 (22:25 +0200)
commitf43663cf783f2daaf6c2b3f6529c8e9358a834f8
tree70dadee69ea61bcb577d915201708a010cd23268
parenta8dbba5efbc8879db833b7a7b902b0a0f446e935
Resolve page bundle image paths correctly

- Use Hugo Resources API to resolve image paths for page bundles
- For images in the same directory as index.md, use image = "filename.jpg"
- Template automatically resolves to correct permalink (/articles/slug/filename.jpg)
- Falls back to literal image path if resource not found (for external URLs)

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/layouts/partials/article-list-item.html