mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-10 10:50:59 +01:00
Start using {{hasSection}} helper.
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
</header>
|
||||
|
||||
|
||||
{{#if r.info.brief}}
|
||||
{{#has "info.brief"}}
|
||||
<section id="summary">
|
||||
{{{ r.info.brief }}}
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/has}}
|
||||
|
||||
|
||||
{{#if r.skills}}
|
||||
{{#hasSection "skills"}}
|
||||
<section id="skills">
|
||||
<header>
|
||||
<h2><span class="fa fa-code"></span> Skills</h2>
|
||||
@@ -50,11 +50,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/hasSection}}
|
||||
|
||||
|
||||
|
||||
{{#if r.employment}}
|
||||
{{#hasSection "employment"}}
|
||||
<section id="employment">
|
||||
<header>
|
||||
<h2><span class="fa fa-building" style="vertical-align: top;"></span> {{{sectionTitle "Employment"}}}</h2>
|
||||
@@ -95,9 +95,9 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/hasSection}}
|
||||
|
||||
{{# if r.education}}
|
||||
{{#hasSection "education"}}
|
||||
<section id="education">
|
||||
<header>
|
||||
<h2><span class="fa fa-mortar-board"></span> {{{sectionTitle "Education"}}}</h2>
|
||||
@@ -107,9 +107,9 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/hasSection}}
|
||||
|
||||
{{#if r.service}}
|
||||
{{#hasSection "service"}}
|
||||
<section id="volunteer">
|
||||
<header>
|
||||
<h2><span class="fa fa-child" style="vertical-align: top;"></span> {{{sectionTitle "Service"}}}</h2>
|
||||
@@ -133,9 +133,9 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/hasSection}}
|
||||
|
||||
{{#if r.writing}}
|
||||
{{#hasSection "writing"}}
|
||||
<section id="publications">
|
||||
<header>
|
||||
<h2><span class="fa fa-book"></span> {{{sectionTitle "Writing"}}}</h2>
|
||||
@@ -146,9 +146,9 @@
|
||||
{{# if summary}}{{{ summary }}}{{/if}}
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/hasSection}}
|
||||
|
||||
{{# if r.recognition}}
|
||||
{{#hasSection "recognition"}}
|
||||
<section id="awards">
|
||||
<header>
|
||||
<h2><span class="fa fa-trophy"></span> {{{"sectionTitle" "recognition" "Awards"}}}</h2>
|
||||
@@ -158,7 +158,7 @@
|
||||
{{{ summary }}}
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/has}}
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user