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:
15
partials/html/section/testimonials.html
Normal file
15
partials/html/section/testimonials.html
Normal 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}}
|
Reference in New Issue
Block a user