diff --git a/src/views/pages/resume.handlebars b/src/views/pages/resume.handlebars index 3740a9d..fd19bfc 100644 --- a/src/views/pages/resume.handlebars +++ b/src/views/pages/resume.handlebars @@ -18,10 +18,14 @@

{{name}}

- {{demographics.city}}, {{demographics.state}} {{demographics.zip}} | - {{contact_information.cell}} | - {{contact_information.email}} | - {{website}} + {{#if demographics}} + {{demographics.city}}, {{demographics.state}} {{demographics.zip}} + {{/if}} + {{#if contact_information.cell}} | {{contact_information.cell}}{{/if}} + {{#if contact_information.email}} | {{contact_information.email}}{{/if}} + {{#if website}} + | {{website}} + {{/if}}
@@ -30,11 +34,11 @@
{{institution}} - {{from}} — {{to}} + {{#if from}}{{from}} — {{/if}}{{to}}
{{degree}} in {{program}} - {{city}}, {{state}} + {{#if city}}{{city}}, {{state}}{{/if}}
{{/each}} @@ -46,11 +50,11 @@
{{position}} - {{from}} — {{to}} + {{#if from}}{{from}} — {{/if}}{{to}}
{{company}} - {{city}}, {{state}} + {{#if state}}{{#if city}}{{city}}, {{state}}{{/if}}{{/if}}
{{/each}}