diff --git a/themes/positive/src/partials/education.hbs b/themes/positive/src/partials/education.hbs index fc64252..5c5b35f 100644 --- a/themes/positive/src/partials/education.hbs +++ b/themes/positive/src/partials/education.hbs @@ -9,7 +9,7 @@
{{{ summary }}}
{{> highlights }} {{#if keywords}}{{#each keywords}}{{{ . }}} {{/each}}{{/if}} diff --git a/themes/positive/src/partials/service.hbs b/themes/positive/src/partials/service.hbs index 727daa6..3c4b1c6 100644 --- a/themes/positive/src/partials/service.hbs +++ b/themes/positive/src/partials/service.hbs @@ -15,7 +15,7 @@ {{/if}} {{dateRange .}} - {{location}} + {{#if location}}{{location}}{{/if}}{{{ summary }}}
{{> highlights }}