fix: photo grid never rendered due to Nunjucks slice misuse

Nunjucks slice(0, 4) creates 0 chunks (not Array.slice behavior),
producing an empty array. Photos and categories were never rendered
in item-card and actor views. Also add image proxying to reader
controller matching the Microsub API.
This commit is contained in:
Ricardo
2026-02-26 10:54:31 +01:00
parent cdd4a58015
commit 6833f6f5f2
4 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@rmdes/indiekit-endpoint-microsub",
"version": "1.0.36",
"version": "1.0.37",
"description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.",
"keywords": [
"indiekit",