diff --git a/themes/compact/src/compact-html.html b/themes/compact/src/compact-html.html index f275e7e..7743069 100644 --- a/themes/compact/src/compact-html.html +++ b/themes/compact/src/compact-html.html @@ -12,16 +12,16 @@

{{ r.name }}

- {% if (r.contact.email) { %}{% } %} + {% if (r.contact.email) { %}{% } %} {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} - {% if (r.contact.website) { %}{% } %} + {% if (r.contact.website) { %}{% } %}
{% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -63,11 +63,11 @@ {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( idx < 4 ) { %}

{{ proj.position }}, {{ filt.link( proj.employer, proj.url ) }} {{ proj.safe.start.format('YYYY-MM') }} — {{ proj.safe.end.format('YYYY-MM') }}

-

{{ proj.summary|md }}

+

{{ proj.summary }}

{% if( proj.highlights ) { %} {% } %} @@ -116,11 +116,11 @@ {% r.service.history.forEach( function( vol, idx, ar ) { %}

{{ vol.position }}, {{ filt.link(vol.organization, vol.url) }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}

-

{{ vol.summary|md }}

+

{{ vol.summary }}

{% if( vol.highlights ) { %} {% } %} @@ -137,7 +137,7 @@ {% r.writing.forEach( function( pub, idx, ar ) { %}

{{ filt.link( pub.title, pub.url ) }}, {{ pub.publisher }} {{ pub.safe.date.format('YYYY') }}

- {% if (pub.summary) { %}{{ pub.summary|md }}{% } %} + {% if (pub.summary) { %}{{ pub.summary }}{% } %} {% }); %} @@ -150,7 +150,7 @@ {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }} {{ award.safe.date.format('YYYY') }}

- {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} diff --git a/themes/compact/src/compact-pdf.html b/themes/compact/src/compact-pdf.html index e29bc72..44a2c21 100644 --- a/themes/compact/src/compact-pdf.html +++ b/themes/compact/src/compact-pdf.html @@ -22,7 +22,7 @@ {% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -64,11 +64,11 @@ {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( idx < 4 ) { %}

{{ proj.position }}, {{ filt.link( proj.employer, proj.url ) }} {{ proj.safe.start.format('YYYY-MM') }} — {{ proj.safe.end.format('YYYY-MM') }}

-

{{ proj.summary|md }}

+

{{ proj.summary }}

{% if( proj.highlights ) { %} {% } %} @@ -116,12 +116,12 @@

Service


{% r.service.history.forEach( function( vol, idx, ar ) { %} -

{{ filt.link(vol.organization, vol.url) }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}

-

{{ vol.summary|md }}

+

{{ vol.position }}, {{ filt.link(vol.organization, vol.url) }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}

+

{{ vol.summary }}

{% if( vol.highlights ) { %} {% } %} @@ -138,7 +138,7 @@ {% r.writing.forEach( function( pub, idx, ar ) { %}

{{ filt.link( pub.title, pub.url ) }}, {{ pub.publisher }} {{ pub.safe.date.format('YYYY') }}

- {% if (pub.summary) { %}{{ pub.summary|md }}{% } %} + {% if (pub.summary) { %}{{ pub.summary }}{% } %} {% }); %} @@ -151,7 +151,7 @@ {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }} {{ award.safe.date.format('YYYY') }}

- {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} diff --git a/themes/minimist/src/doc.xml b/themes/minimist/src/doc.xml index 11fe7a2..ac518ed 100644 --- a/themes/minimist/src/doc.xml +++ b/themes/minimist/src/doc.xml @@ -10,8 +10,8 @@ engine: Underscore - {{ r.name|xml }} - {{ r.name|xml }} + {{ XML(r.name) }} + {{ XML(r.name) }} 4 14 2015-08-28T04:22:00Z @@ -658,7 +658,7 @@ engine: Underscore - {{ r.contact.email|xml }} + {{ XML(r.contact.email) }} @@ -679,7 +679,7 @@ engine: Underscore - {{ r.contact.website|xml }} + {{ XML(r.contact.website) }} @@ -698,7 +698,7 @@ engine: Underscore - {{ r.contact.phone|xml }} + {{ XML(r.contact.phone) }} @@ -708,7 +708,7 @@ engine: Underscore - {{ r.name|xml }} + {{ XML(r.name) }} @@ -721,7 +721,7 @@ engine: Underscore - {{ r.info.brief|xml }} + {{ XML(r.info.brief) }} @@ -764,7 +764,7 @@ engine: Underscore - {{ set.name|xml }}: + {{ XML(set.name) }}: @@ -775,7 +775,7 @@ engine: Underscore - {{ kwords|xml }} + {{ XML(kwords) }} @@ -830,7 +830,7 @@ engine: Underscore - {{ proj.employer|xml }} + {{ XML(proj.employer) }} @@ -867,7 +867,7 @@ engine: Underscore - {{ proj.safe.start.format('YYYY-MM')|xml }} — {{ proj.safe.end.format('YYYY-MM')|xml }} + {{ XML(proj.safe.start.format('YYYY-MM')) }} — {{ XML(proj.safe.end.format('YYYY-MM')) }} @@ -887,7 +887,7 @@ engine: Underscore - {{ proj.summary|xml }} + {{ XML(proj.summary) }} {% proj.highlights.forEach( function( high, idx, ar) { %} @@ -901,7 +901,7 @@ engine: Underscore - {{ high|xml }} + {{ XML(high) }} {% }); %} @@ -955,7 +955,7 @@ engine: Underscore - {{ edu.institution|xml }} + {{ XML(edu.institution) }} @@ -992,7 +992,7 @@ engine: Underscore - {{ edu.safe.start.format('YYYY-MM')|xml }} — {{ edu.safe.end.format('YYYY-MM')|xml }} + {{ XML(edu.safe.start.format('YYYY-MM')) }} — {{ XML(edu.safe.end.format('YYYY-MM')) }} @@ -1026,7 +1026,7 @@ engine: Underscore - {{ course|xml }} + {{ XML(course) }} {% }); %} diff --git a/themes/minimist/src/html.html b/themes/minimist/src/html.html index 4fb618d..fa6b920 100644 --- a/themes/minimist/src/html.html +++ b/themes/minimist/src/html.html @@ -27,9 +27,9 @@ engine: Underscore

{{ r.name }}

- {% if (r.contact.email) { %}{% } %} - {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} - {% if (r.contact.website) { %}{% } %} + {% if (r.contact.email) { %}{% } %} + {% if (r.contact.phone) { %}
{{ RAW.contact.phone }}
{% } %} + {% if (r.contact.website) { %}{% } %}
@@ -38,7 +38,7 @@ engine: Underscore

About

- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -86,16 +86,16 @@ engine: Underscore {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( proj.url && proj.url.length ) { %} -

{{ proj.position }}, {{ proj.employer }}

+

{{ proj.position }}, {{ proj.employer }}

{% } else { %}

{{ proj.position }}, {{ proj.employer }}

{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} - {{ proj.summary|md }} + {{ proj.summary }} {% if( proj.highlights ) { %}
    {% proj.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} @@ -119,7 +119,7 @@ engine: Underscore {% if( edu.courses ) { %}
    {% edu.courses.forEach( function( course, idx, ar) { %} -
  • {{ course|mdin }}
  • +
  • {{ course }}
  • {% }); %}
{% } %} @@ -138,7 +138,7 @@ engine: Underscore {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }}

{{ award.date }} - {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} @@ -149,14 +149,10 @@ engine: Underscore

Publications

- + {% r.writing.forEach( function( pub, idx, ar) { %}

- {% if( pub.url ) { %} - {{ pub.title }}, {{ pub.publisher }} - {% } else { %} - {{ pub.name }}, {{ pub.publisher }} - {% } %} + {{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}

Published on: {{ pub.safe.date.format('YYYY-MM') }} @@ -175,16 +171,16 @@ engine: Underscore {% r.service.history.forEach( function( vol, idx, ar) { %} {% if( vol.url && vol.url.length ) { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } else { %}

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} - {{ vol.summary|md }} + {{ vol.summary }} {% if( vol.highlights ) { %}
    {% vol.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} diff --git a/themes/minimist/src/pdf.html b/themes/minimist/src/pdf.html index bc3b90f..d7c1a32 100644 --- a/themes/minimist/src/pdf.html +++ b/themes/minimist/src/pdf.html @@ -23,9 +23,9 @@ engine: Underscore

{{ r.name }}

- {% if (r.contact.email) { %}{% } %} - {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} - {% if (r.contact.website) { %}{% } %} + {% if (r.contact.email) { %}{% } %} + {% if (r.contact.phone) { %}
{{ RAW.contact.phone }}
{% } %} + {% if (r.contact.website) { %}{% } %}
@@ -34,7 +34,7 @@ engine: Underscore

About

- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -82,16 +82,16 @@ engine: Underscore {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( proj.url && proj.url.length ) { %} -

{{ proj.position }}, {{ proj.employer }}

+

{{ proj.position }}, {{ proj.employer }}

{% } else { %}

{{ proj.position }}, {{ proj.employer }}

{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} - {{ proj.summary|md }} + {{ proj.summary }} {% if( proj.highlights ) { %}
    {% proj.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} @@ -115,7 +115,7 @@ engine: Underscore {% if( edu.courses ) { %}
    {% edu.courses.forEach( function( course, idx, ar) { %} -
  • {{ course|mdin }}
  • +
  • {{ course }}
  • {% }); %}
{% } %} @@ -134,7 +134,7 @@ engine: Underscore {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }}

{{ award.date }} - {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} @@ -145,14 +145,10 @@ engine: Underscore

Publications

- + {% r.writing.forEach( function( pub, idx, ar) { %}

- {% if( pub.url ) { %} - {{ pub.title }}, {{ pub.publisher }} - {% } else { %} - {{ pub.name }}, {{ pub.publisher }} - {% } %} + {{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}

Published on: {{ pub.safe.date.format('YYYY-MM') }} @@ -171,16 +167,16 @@ engine: Underscore {% r.service.history.forEach( function( vol, idx, ar) { %} {% if( vol.url && vol.url.length ) { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } else { %}

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} - {{ vol.summary|md }} + {{ vol.summary }} {% if( vol.highlights ) { %}
    {% vol.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} diff --git a/themes/modern/src/doc.xml b/themes/modern/src/doc.xml index d1d10e9..5a47f17 100644 --- a/themes/modern/src/doc.xml +++ b/themes/modern/src/doc.xml @@ -10,8 +10,8 @@ engine: Underscore - {{ r.name|xml }} - {{ r.name|xml }} + {{ XML(r.name) }} + {{ XML(r.name) }} 4 14 2015-08-28T04:22:00Z @@ -658,7 +658,7 @@ engine: Underscore - {{ r.contact.email|xml }} + {{ XML(r.contact.email) }} @@ -679,7 +679,7 @@ engine: Underscore - {{ r.contact.website|xml }} + {{ XML(r.contact.website) }} @@ -698,7 +698,7 @@ engine: Underscore - {{ r.contact.phone|xml }} + {{ XML(r.contact.phone) }} @@ -708,7 +708,7 @@ engine: Underscore - {{ r.name|xml }} + {{ XML(r.name) }} @@ -721,7 +721,7 @@ engine: Underscore - {{ r.info.brief|xml }} + {{ XML(r.info.brief) }} @@ -764,7 +764,7 @@ engine: Underscore - {{ set.name|xml }}: + {{ XML(set.name) }}: @@ -775,7 +775,7 @@ engine: Underscore - {{ kwords|xml }} + {{ XML(kwords) }} @@ -830,7 +830,7 @@ engine: Underscore - {{ proj.employer|xml }} + {{ XML(proj.employer) }} @@ -867,7 +867,7 @@ engine: Underscore - {{ proj.safe.start.format('YYYY-MM')|xml }} — {{ proj.safe.end.format('YYYY-MM')|xml }} + {{ XML(proj.safe.start.format('YYYY-MM')) }} — {{ XML(proj.safe.end.format('YYYY-MM')) }} @@ -887,7 +887,7 @@ engine: Underscore - {{ proj.summary|xml }} + {{ XML(proj.summary) }} {% proj.highlights.forEach( function( high, idx, ar) { %} @@ -901,7 +901,7 @@ engine: Underscore - {{ high|xml }} + {{ XML(high) }} {% }); %} @@ -955,7 +955,7 @@ engine: Underscore - {{ edu.institution|xml }} + {{ XML(edu.institution) }} @@ -992,7 +992,7 @@ engine: Underscore - {{ edu.safe.start.format('YYYY-MM')|xml }} — {{ edu.safe.end.format('YYYY-MM')|xml }} + {{ XML(edu.safe.start.format('YYYY-MM')) }} — {{ XML(edu.safe.end.format('YYYY-MM')) }} @@ -1026,7 +1026,7 @@ engine: Underscore - {{ course|xml }} + {{ XML(course) }} {% }); %} diff --git a/themes/modern/src/html.html b/themes/modern/src/html.html index f493542..5530bf9 100644 --- a/themes/modern/src/html.html +++ b/themes/modern/src/html.html @@ -27,9 +27,9 @@ engine: Underscore

{{ r.name }}

- {% if (r.contact.email) { %}{% } %} - {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} - {% if (r.contact.website) { %}{% } %} + {% if (r.contact.email) { %}{% } %} + {% if (r.contact.phone) { %}
{{ RAW.contact.phone }}
{% } %} + {% if (r.contact.website) { %}{% } %}
@@ -38,7 +38,7 @@ engine: Underscore

About

- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -86,16 +86,16 @@ engine: Underscore {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( proj.url && proj.url.length ) { %} -

{{ proj.position }}, {{ proj.employer }}

+

{{ proj.position }}, {{ proj.employer }}

{% } else { %}

{{ proj.position }}, {{ proj.employer }}

{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} - {{ proj.summary|md }} + {{ proj.summary }} {% if( proj.highlights ) { %}
    {% proj.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} @@ -119,7 +119,7 @@ engine: Underscore {% if( edu.courses ) { %}
    {% edu.courses.forEach( function( course, idx, ar) { %} -
  • {{ course|mdin }}
  • +
  • {{ course }}
  • {% }); %}
{% } %} @@ -138,7 +138,7 @@ engine: Underscore {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }}

{{ award.date }} - {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} @@ -171,16 +171,16 @@ engine: Underscore {% r.service.history.forEach( function( vol, idx, ar) { %} {% if( vol.url && vol.url.length ) { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } else { %}

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} - {{ vol.summary|md }} + {{ vol.summary }} {% if( vol.highlights ) { %}
    {% vol.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} diff --git a/themes/modern/src/pdf.html b/themes/modern/src/pdf.html index 41a3654..f04929f 100644 --- a/themes/modern/src/pdf.html +++ b/themes/modern/src/pdf.html @@ -23,9 +23,9 @@ engine: Underscore

{{ r.name }}

- {% if (r.contact.email) { %}{% } %} - {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} - {% if (r.contact.website) { %}{% } %} + {% if (r.contact.email) { %}{% } %} + {% if (r.contact.phone) { %}
{{ RAW.contact.phone }}
{% } %} + {% if (r.contact.website) { %}{% } %}
@@ -34,7 +34,7 @@ engine: Underscore

About

- {{ r.info.brief|md }} + {{ r.info.brief }}
{% } %} @@ -82,16 +82,16 @@ engine: Underscore {% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( proj.url && proj.url.length ) { %} -

{{ proj.position }}, {{ proj.employer }}

+

{{ proj.position }}, {{ proj.employer }}

{% } else { %}

{{ proj.position }}, {{ proj.employer }}

{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} - {{ proj.summary|md }} + {{ proj.summary }} {% if( proj.highlights ) { %}
    {% proj.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %} @@ -115,7 +115,7 @@ engine: Underscore {% if( edu.courses ) { %}
    {% edu.courses.forEach( function( course, idx, ar) { %} -
  • {{ course|mdin }}
  • +
  • {{ course }}
  • {% }); %}
{% } %} @@ -134,7 +134,7 @@ engine: Underscore {% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }}

{{ award.date }} - {{ award.summary|md }} + {{ award.summary }} {% }); %} {% } %} @@ -167,16 +167,16 @@ engine: Underscore {% r.service.history.forEach( function( vol, idx, ar) { %} {% if( vol.url && vol.url.length ) { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } else { %}

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} - {{ vol.summary|md }} + {{ vol.summary }} {% if( vol.highlights ) { %}
    {% vol.highlights.forEach( function( high, idx, ar) { %} -
  • {{ high|mdin }}
  • +
  • {{ high }}
  • {% }); %}
{% } %}