mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-03 04:17:07 +01:00
Add references and testimonials partials.
This commit is contained in:
15
partials/html/section/references.html
Normal file
15
partials/html/section/references.html
Normal file
@ -0,0 +1,15 @@
|
||||
{{#section "references"}}
|
||||
<hr>
|
||||
<section id="awards">
|
||||
<header>
|
||||
<h2>{{{sectionTitle "references" "References"}}}</h2>
|
||||
{{#> icon-references }}{{/icon-references}}
|
||||
</header>
|
||||
{{#each r.references}}
|
||||
<div>
|
||||
<h3><em>{{ name }}</em></h3>
|
||||
{{ summary }}
|
||||
</div>
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/section}}
|
Reference in New Issue
Block a user