mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-05 13:27:08 +01:00
Update with recent FRESH changes.
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.info.summary|md }}
|
||||
{{ r.info.brief|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -20,9 +20,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.info.summary|md }}
|
||||
{{ r.info.brief|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user