hydecorp / hydejack

A boutique Jekyll theme for hackers, nerds, and academics
https://hydejack.com
Other
1.42k stars 804 forks source link

[Bug] Start- and End-dates in the Resume are not showing correctly #314

Open StandardGiraffe opened 1 year ago

StandardGiraffe commented 1 year ago

When describing the startDate and endDate for a work entry in _data/resume.yml, I think I've noticed that if the startDate is "2006" rather than a full date value ("2006-01-01") and the endDate is left blank, the page will render as "Jan 1970 - Present" rather than the desired "2006 - Present". Putting in the full date value provides the expected "Jan 2006 - Present", but it would be great if I could just use the year by itself.