1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-05 00:30:04 +01:00

Update with recent FRESH changes.

This commit is contained in:
devlinjd 2015-11-19 10:05:10 -05:00
parent bfb87c68d2
commit 8068409ba4
13 changed files with 19 additions and 19 deletions

View File

@ -18,9 +18,9 @@
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<section id="summary"> <section id="summary">
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -20,9 +20,9 @@
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<section id="summary"> <section id="summary">
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -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 {% if ( r.skills && r.skills.length ) { %}SKILLS

View File

@ -721,7 +721,7 @@ engine: Underscore
<w:rPr> <w:rPr>
<w:rStyle w:val="IntenseEmphasis"/> <w:rStyle w:val="IntenseEmphasis"/>
</w:rPr> </w:rPr>
<w:t>{{ r.info.summary|xml }}</w:t> <w:t>{{ r.info.brief|xml }}</w:t>
</w:r> </w:r>
</w:p> </w:p>
<wx:sub-section> <wx:sub-section>

View File

@ -18,9 +18,9 @@
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<section id="summary"> <section id="summary">
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -10,7 +10,7 @@
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} {% 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 ) { %} {% if ( r.skills && r.skills.length ) { %}
## Skills ## Skills

View File

@ -20,9 +20,9 @@
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<section id="summary"> <section id="summary">
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -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 {% if ( r.skills && r.skills.length ) { %}SKILLS

View File

@ -721,7 +721,7 @@ engine: Underscore
<w:rPr> <w:rPr>
<w:rStyle w:val="IntenseEmphasis"/> <w:rStyle w:val="IntenseEmphasis"/>
</w:rPr> </w:rPr>
<w:t>{{ r.info.summary|xml }}</w:t> <w:t>{{ r.info.brief|xml }}</w:t>
</w:r> </w:r>
</w:p> </w:p>
<wx:sub-section> <wx:sub-section>

View File

@ -33,12 +33,12 @@ engine: Underscore
</div> </div>
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<hr> <hr>
<section id="summary"> <section id="summary">
<h3>About</h3> <h3>About</h3>
<span class="fa fa-lg fa-user"></span> <span class="fa fa-lg fa-user"></span>
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -10,7 +10,7 @@
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} {% 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 ) { %} {% if ( r.skills && r.skills.length ) { %}
## Skills ## Skills

View File

@ -29,12 +29,12 @@ engine: Underscore
</div> </div>
</header> </header>
{% if ( r.info.summary && r.info.summary.length ) { %} {% if ( r.info.brief && r.info.brief.length ) { %}
<hr> <hr>
<section id="summary"> <section id="summary">
<h3>About</h3> <h3>About</h3>
<span class="fa fa-lg fa-user"></span> <span class="fa fa-lg fa-user"></span>
{{ r.info.summary|md }} {{ r.info.brief|md }}
</section> </section>
{% } %} {% } %}

View File

@ -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 {% if ( r.skills && r.skills.length ) { %}SKILLS