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

Improve markup consistency.

This commit is contained in:
hacksalot
2016-01-11 13:47:14 -05:00
parent 700c388b01
commit fa00a9c640
12 changed files with 113 additions and 183 deletions

View File

@ -3,9 +3,10 @@
<section id="samples">
<header>
<h2>{{{sectionTitle "Samples"}}}</h2>
</header>
{{#> icon-samples }}{{/icon-samples}}
</header>
{{#each r.samples}}
<div>
<h3>
{{#if url}}
<a href="{{{ url }}}">{{ title }}</a>
@ -21,6 +22,7 @@
{{/each}}
</ul>
{{/if}}
</div>
{{/each}}
</section>
{{/section}}