Simplify list archive fallbacks

This commit is contained in:
2026-06-21 12:53:41 +02:00
parent e87c35e256
commit f52e33760e
2 changed files with 53 additions and 81 deletions

View File

@@ -16,6 +16,7 @@ after each item.
- [x] `rendering/liquid_parser.ex` (verified Liquex does not expose a built-in filter/operator subset validator; keeping current implementation)
- [x] `rendering/filters.ex`
- [x] `rendering/post_rendering.ex`
- [x] `rendering/list_archive.ex`
---