diff --git a/partials/doc/section/affiliation.hbs b/partials/doc/section/affiliation.hbs index 0ec3b55..0a65830 100644 --- a/partials/doc/section/affiliation.hbs +++ b/partials/doc/section/affiliation.hbs @@ -15,7 +15,7 @@ - {{ role }}, + {{{ role }}}, {{#if url}}{{/if}} @@ -24,13 +24,16 @@ {{/if}} - {{ organization }} + {{{ organization }}} {{#if url}}{{/if}} + + + {{dateRange . 'MMM YYYY'}} diff --git a/partials/doc/section/education.hbs b/partials/doc/section/education.hbs index d7aa635..4f08e10 100644 --- a/partials/doc/section/education.hbs +++ b/partials/doc/section/education.hbs @@ -28,6 +28,9 @@ + + + {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY'}} diff --git a/partials/doc/section/employment.hbs b/partials/doc/section/employment.hbs index acb6ff6..46054f2 100644 --- a/partials/doc/section/employment.hbs +++ b/partials/doc/section/employment.hbs @@ -31,7 +31,10 @@ - {{formatDate safe.start 'MMM YYYY'}} — {{formatDate safe.end 'MMM YYYY'}} + + + + {{dateRange . 'MMM YYYY'}} diff --git a/partials/doc/section/governance.hbs b/partials/doc/section/governance.hbs index 26014c0..483b2ce 100644 --- a/partials/doc/section/governance.hbs +++ b/partials/doc/section/governance.hbs @@ -35,6 +35,9 @@ + + + {{dateRange .}} diff --git a/partials/doc/section/projects.hbs b/partials/doc/section/projects.hbs index 8b2378e..3de44ec 100644 --- a/partials/doc/section/projects.hbs +++ b/partials/doc/section/projects.hbs @@ -31,6 +31,9 @@ + + + {{dateRange .}} diff --git a/partials/doc/section/reading.hbs b/partials/doc/section/reading.hbs index d4bde94..5168832 100644 --- a/partials/doc/section/reading.hbs +++ b/partials/doc/section/reading.hbs @@ -9,9 +9,9 @@ - + {{#if url}}{{/if}} @@ -23,9 +23,9 @@ {{{ title }}} {{#if url}}{{/if}} - + {{#if author}} , {{{ author }}} diff --git a/partials/doc/section/recognition.hbs b/partials/doc/section/recognition.hbs index ad1fd80..1e4299d 100644 --- a/partials/doc/section/recognition.hbs +++ b/partials/doc/section/recognition.hbs @@ -28,6 +28,9 @@ + + + {{formatDate safe.date 'YYYY-MM'}} diff --git a/partials/doc/section/references.hbs b/partials/doc/section/references.hbs index 9aa9e52..66d81e5 100644 --- a/partials/doc/section/references.hbs +++ b/partials/doc/section/references.hbs @@ -31,6 +31,9 @@ + + + {{formatDate safe.start 'MMM YYYY'}} — {{formatDate safe.end 'MMM YYYY'}} diff --git a/partials/doc/section/service.hbs b/partials/doc/section/service.hbs index 276915e..455d3df 100644 --- a/partials/doc/section/service.hbs +++ b/partials/doc/section/service.hbs @@ -31,7 +31,10 @@ - {{formatDate safe.start 'MMM YYYY'}} — {{formatDate safe.end 'MMM YYYY'}} + + + + {{dateRange . 'MMM YYYY'}} diff --git a/partials/doc/section/speaking.hbs b/partials/doc/section/speaking.hbs index 8181477..00b4930 100644 --- a/partials/doc/section/speaking.hbs +++ b/partials/doc/section/speaking.hbs @@ -28,6 +28,9 @@ + + + {{formatDate safe.date 'YYYY-MM'}} diff --git a/partials/doc/section/writing.hbs b/partials/doc/section/writing.hbs index b65b10e..5fdcace 100644 --- a/partials/doc/section/writing.hbs +++ b/partials/doc/section/writing.hbs @@ -27,6 +27,9 @@ + + + {{formatDate safe.date 'YYYY'}}