mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
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:
@@ -30,7 +30,7 @@ export default function () {
|
||||
skillTypes: {},
|
||||
languages: [],
|
||||
education: [],
|
||||
interests: [],
|
||||
interests: {},
|
||||
interestTypes: {},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user