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:
@ -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}}
|
||||
|
Reference in New Issue
Block a user