1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-02 20:07:07 +01:00

Add references and testimonials partials.

This commit is contained in:
hacksalot
2016-01-12 07:27:13 -05:00
parent 20f2721d9d
commit c807d6c7d5
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{{#section "testimonials"}}
<hr>
<section id="awards">
<header>
<h2>{{{sectionTitle "testimonials" "Testimonials"}}}</h2>
{{#> icon-testimonials }}{{/icon-testimonials}}
</header>
{{#each r.testimonials}}
<div>
<h3><em>{{ name }}</em></h3>
{{{ quote }}}
</div>
{{/each}}
</section>
{{/section}}