mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: rename jsonresume-theme-custom
to curriculum-vitae
This commit is contained in:
5
curriculum-vitae/scripts/main.js
Normal file
5
curriculum-vitae/scripts/main.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { BIRTH_DATE, getAge } from '../../utils/getAge.ts'
|
||||
|
||||
const yearOld = document.getElementById('year-old')
|
||||
|
||||
yearOld.textContent = getAge(BIRTH_DATE).toString()
|
Reference in New Issue
Block a user