feat(CV): Add digital work section
This commit is contained in:
parent
1e6c9059e8
commit
82965954bb
3 changed files with 39 additions and 1 deletions
|
|
@ -36,6 +36,10 @@
|
|||
let title = (en: "Volunteer Work", de: "Ehrenamt").at(lang)
|
||||
section(title: title, entries: contents.volunteering)[]
|
||||
}
|
||||
if item == "digital" and "digital" in contents {
|
||||
let title = (en: "Digital Organization", de: "Digitales Schaffen").at(lang)
|
||||
section(title: title, entries: contents.digital)[]
|
||||
}
|
||||
|
||||
if item == "skills" and "skills" in contents {
|
||||
let title = (en: "Qualifications", de: "Qualifikationen").at(lang)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue