1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-05 13:27:08 +01:00

Continue prosecuting FRESH updates.

This commit is contained in:
devlinjd
2015-11-19 01:44:03 -05:00
parent d69b11d7d7
commit bfb87c68d2
14 changed files with 38 additions and 1074 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

@ -5,7 +5,7 @@
***
{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %}
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.summary }}{% } %}
{% if ( r.skills && r.skills.length ) { %}SKILLS