mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
1e0d1affaf
- Added new config section: `params.taxonomy_icons` - Syntax: `<taxonomy> = [<title icon>, <card icon>, <term title icon>]` - Added a shared resolver partial to centralize taxonomy icon lookup. - Updated taxonomy-related templates to use the shared resolver instead of hardcoded icon maps. - Added front matter overrides for taxonomy pages: - `titleIcon` - `cardIcon` (only for taxonomy `_index.md`) Icon resolving priority now is: 1. Front matter override (`titleIcon` / `cardIcon`) 2. `params.taxonomy_icons` custom config 3. Built-in defaults (`tag`, `category`, `collection`)