1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(resume): wrong dates

This commit is contained in:
Divlo
2022-05-03 10:05:11 +02:00
parent fb689c9bc1
commit 5d3a287b27
13 changed files with 8036 additions and 4800 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,15 +5,15 @@
"type": "module",
"scripts": {},
"dependencies": {
"date-and-time": "2.3.0",
"ejs": "3.1.6",
"date-and-time": "2.3.1",
"ejs": "3.1.7",
"modern-normalize": "1.1.0"
},
"devDependencies": {
"@parcel/config-default": "2.4.1",
"@parcel/core": "2.4.1",
"@parcel/optimizer-data-url": "2.4.1",
"@parcel/transformer-inline-string": "2.4.1",
"parcel": "2.4.1"
"@parcel/config-default": "2.5.0",
"@parcel/core": "2.5.0",
"@parcel/optimizer-data-url": "2.5.0",
"@parcel/transformer-inline-string": "2.5.0",
"parcel": "2.5.0"
}
}

View File

@ -167,7 +167,8 @@
</p>
<p class="text-muted clear-margin">
<small>
<%= degree.startDate %> - <%= degree.endDate %>
<%= degree.startDate %> <%= degree.endDate != null
? " - " + degree.endDate : "" %>
</small>
</p>
</div>