1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-05 21:37:08 +01:00

Improve consistency of partials.

This commit is contained in:
hacksalot
2016-01-12 21:29:06 -05:00
parent 786689c42d
commit 56408b82ef
10 changed files with 30 additions and 9 deletions

View File

@ -5,6 +5,7 @@
{{> header-icon _title="SERVICE" _section="service" _hdricon=(lookup . '_icon') }}
{{/header-samples}}
{{#each r.service.history}}
{{#> body-service }}
<div>
<h3><em>{{ position }}</em>,
{{#if url}}
@ -17,6 +18,7 @@
<p style="clear: both;">{{{ summary }}}</p>
{{> highlights }}
</div>
{{/body-service }}
{{/each}}
</section>
{{/section}}