feat: update interests templates for category-based data model

Interests are now grouped by category (matching skills pattern).
Updated cv-interests.njk to iterate categories, cv.js fallback to {},
and cv.njk hasCvData check to include interests.
This commit is contained in:
Ricardo
2026-02-25 14:56:11 +01:00
parent 116ac63f5f
commit ab31e080bb
3 changed files with 20 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ export default function () {
skillTypes: {},
languages: [],
education: [],
interests: [],
interests: {},
interestTypes: {},
};
}