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.
When describing the
startDate
andendDate
for awork
entry in_data/resume.yml
, I think I've noticed that if thestartDate
is"2006"
rather than a full date value ("2006-01-01"
) and theendDate
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.