1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-06-07 21:06:13 +01:00

Introduce global theme partials.

This commit is contained in:
hacksalot
2016-01-06 03:51:13 -05:00
parent 9fd0ce9695
commit b4a93020ec
24 changed files with 599 additions and 59 deletions

View File

@ -0,0 +1,11 @@
{{#section "recognition"}}
<section id="awards">
<header>
<h2>{{{sectionTitle "recognition" "Awards"}}}</h2><hr>
</header>
{{#each r.recognition}}
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
{{ summary }}
{{/each}}
</section>
{{/section}}