Closed Alexandru-Dumitru closed 3 years ago
Hello,
First of all, thank you very much for this template. I like it a lot 😃 .
One thing I noticed is that the languages are not rendered. Seems like the reason is this line: https://github.com/LinuxBozo/jsonresume-theme-kendall/blob/b4d035e4b90118a9ae02e8fbf9b174795c073ee0/index.js#L232
There is no name attribute in the json schema for languages. I replaced it with language and works fine.
name
languages
language
I can open a PR to patch this.
Cheers, Alex
Hello,
First of all, thank you very much for this template. I like it a lot 😃 .
One thing I noticed is that the languages are not rendered. Seems like the reason is this line: https://github.com/LinuxBozo/jsonresume-theme-kendall/blob/b4d035e4b90118a9ae02e8fbf9b174795c073ee0/index.js#L232
There is no
name
attribute in the json schema forlanguages
. I replaced it withlanguage
and works fine.I can open a PR to patch this.
Cheers, Alex