mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Add references and testimonials partials.
This commit is contained in:
parent
20f2721d9d
commit
c807d6c7d5
@ -15,6 +15,9 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</h3>
|
</h3>
|
||||||
<span class="tenure">{{dateRange .}}</span>
|
<span class="tenure">{{dateRange .}}</span>
|
||||||
|
{{#if keywords}}
|
||||||
|
| <span class="keywords">{{#each keywords}}{{{ . }}} {{/each}}</span>
|
||||||
|
{{/if}}
|
||||||
<p style="clear: both;">{{{ summary }}}</p>
|
<p style="clear: both;">{{{ summary }}}</p>
|
||||||
{{#if highlights}}
|
{{#if highlights}}
|
||||||
<ul>
|
<ul>
|
||||||
|
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}}
|
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}}
|
Loading…
Reference in New Issue
Block a user