diff --git a/src/partials/about.html b/src/partials/about.html index d573179..161f6bf 100644 --- a/src/partials/about.html +++ b/src/partials/about.html @@ -5,7 +5,7 @@

About

-

{{r.info.brief}}

+

{{{r.info.brief}}}

diff --git a/src/partials/education.html b/src/partials/education.html index 21b85bf..9934e81 100644 --- a/src/partials/education.html +++ b/src/partials/education.html @@ -8,11 +8,11 @@ {{#each r.education.history}}
  • -

    {{area}}{{title}}{{#if studyType}} ({{studyType}}){{/if}}, {{institution}}

    +

    {{{area}}}{{{title}}}{{#if studyType}} ({{{studyType}}}){{/if}}, {{{institution}}}

    {{> date}}
    {{#each curriculum}} - {{this}} + {{{this}}} {{/each}}
    {{> highlights}} diff --git a/src/partials/experience.html b/src/partials/experience.html index 9f56976..7a2b8bc 100644 --- a/src/partials/experience.html +++ b/src/partials/experience.html @@ -3,7 +3,7 @@
    Work Experience

    Work Experience

    -

    {{r.employment.summary}}

    +

    {{{r.employment.summary}}}

      {{#each r.employment.history}}
    • diff --git a/src/partials/interests.html b/src/partials/interests.html index a27a459..5719599 100644 --- a/src/partials/interests.html +++ b/src/partials/interests.html @@ -7,7 +7,7 @@
        {{#each r.interests}}
      • -

        {{name}}

        +

        {{{name}}}

        {{{summary}}}
        {{#each keywords}} diff --git a/src/partials/profile.html b/src/partials/profile.html index c7047ac..1213786 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -1,16 +1,16 @@
        -
        +
        {{#if r.info.image}} {{{r.name}}} {{/if}}
        -

        {{{r.name}}}

        {{r.info.label}}
        +

        {{{r.name}}}

        {{{r.info.label}}}

        {{#if r.location.city}}
        {{#if r.location.address}}{{r.location.address}}, {{/if}}{{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}
        {{/if}}
        {{r.contact.phone}}
        -
        {{{r.contact.email}}} +
        {{{r.contact.email}}}
        {{{r.contact.website}}}
        {{#each r.languages}}{{language}}{{#unless @last}}, {{/unless}}{{/each}}