From 8068409ba4987b791e8e1b55155ba675db792252 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Thu, 19 Nov 2015 10:05:10 -0500 Subject: [PATCH] Update with recent FRESH changes. --- themes/compact/templates/html.html | 4 ++-- themes/compact/templates/pdf.html | 4 ++-- themes/compact/templates/txt.txt | 2 +- themes/minimist/templates/doc.xml | 2 +- themes/minimist/templates/html.html | 4 ++-- themes/minimist/templates/md.txt | 2 +- themes/minimist/templates/pdf.html | 4 ++-- themes/minimist/templates/txt.txt | 2 +- themes/modern/templates/doc.xml | 2 +- themes/modern/templates/html.html | 4 ++-- themes/modern/templates/md.txt | 2 +- themes/modern/templates/pdf.html | 4 ++-- themes/modern/templates/txt.txt | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/themes/compact/templates/html.html b/themes/compact/templates/html.html index 60597b2..e1578d5 100644 --- a/themes/compact/templates/html.html +++ b/themes/compact/templates/html.html @@ -18,9 +18,9 @@ -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/compact/templates/pdf.html b/themes/compact/templates/pdf.html index d5e2cbe..f2b2090 100644 --- a/themes/compact/templates/pdf.html +++ b/themes/compact/templates/pdf.html @@ -20,9 +20,9 @@ -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/compact/templates/txt.txt b/themes/compact/templates/txt.txt index ab16b0b..62bcedc 100644 --- a/themes/compact/templates/txt.txt +++ b/themes/compact/templates/txt.txt @@ -5,7 +5,7 @@ *** -{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS diff --git a/themes/minimist/templates/doc.xml b/themes/minimist/templates/doc.xml index 3d86c87..815d157 100644 --- a/themes/minimist/templates/doc.xml +++ b/themes/minimist/templates/doc.xml @@ -721,7 +721,7 @@ engine: Underscore - {{ r.info.summary|xml }} + {{ r.info.brief|xml }} diff --git a/themes/minimist/templates/html.html b/themes/minimist/templates/html.html index bc6c558..9522feb 100644 --- a/themes/minimist/templates/html.html +++ b/themes/minimist/templates/html.html @@ -18,9 +18,9 @@ -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/minimist/templates/md.txt b/themes/minimist/templates/md.txt index bc26480..c31024a 100644 --- a/themes/minimist/templates/md.txt +++ b/themes/minimist/templates/md.txt @@ -10,7 +10,7 @@ {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} -{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} +{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %} {% if ( r.skills && r.skills.length ) { %} ## Skills diff --git a/themes/minimist/templates/pdf.html b/themes/minimist/templates/pdf.html index db6e8d6..4887df4 100644 --- a/themes/minimist/templates/pdf.html +++ b/themes/minimist/templates/pdf.html @@ -20,9 +20,9 @@ -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}
- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/minimist/templates/txt.txt b/themes/minimist/templates/txt.txt index 82dbb21..de721ec 100644 --- a/themes/minimist/templates/txt.txt +++ b/themes/minimist/templates/txt.txt @@ -11,7 +11,7 @@ *** -{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} +{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS diff --git a/themes/modern/templates/doc.xml b/themes/modern/templates/doc.xml index be3633e..4cba013 100644 --- a/themes/modern/templates/doc.xml +++ b/themes/modern/templates/doc.xml @@ -721,7 +721,7 @@ engine: Underscore - {{ r.info.summary|xml }} + {{ r.info.brief|xml }} diff --git a/themes/modern/templates/html.html b/themes/modern/templates/html.html index 4a96df0..87d22d3 100644 --- a/themes/modern/templates/html.html +++ b/themes/modern/templates/html.html @@ -33,12 +33,12 @@ engine: Underscore -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}

About

- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/modern/templates/md.txt b/themes/modern/templates/md.txt index 0dad730..ab875c4 100644 --- a/themes/modern/templates/md.txt +++ b/themes/modern/templates/md.txt @@ -10,7 +10,7 @@ {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} -{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} +{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %} {% if ( r.skills && r.skills.length ) { %} ## Skills diff --git a/themes/modern/templates/pdf.html b/themes/modern/templates/pdf.html index 1c20409..262fe17 100644 --- a/themes/modern/templates/pdf.html +++ b/themes/modern/templates/pdf.html @@ -29,12 +29,12 @@ engine: Underscore -{% if ( r.info.summary && r.info.summary.length ) { %} +{% if ( r.info.brief && r.info.brief.length ) { %}

About

- {{ r.info.summary|md }} + {{ r.info.brief|md }}
{% } %} diff --git a/themes/modern/templates/txt.txt b/themes/modern/templates/txt.txt index f1fa1c9..ec4eb1a 100644 --- a/themes/modern/templates/txt.txt +++ b/themes/modern/templates/txt.txt @@ -11,7 +11,7 @@ *** -{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} +{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS