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

Continue DRYing out themes.

This commit is contained in:
hacksalot
2016-01-12 10:33:19 -05:00
parent 1bac9924e5
commit 786689c42d
16 changed files with 53 additions and 58 deletions

View File

@ -2,8 +2,7 @@
<hr>
<section id="skills">
{{#> header-skills }}
{{> header-simple _title="SKILLS" _section="skills" }}
{{#> icon-skills }}{{/icon-skills}}
{{> header-icon _title="SKILLS" _section="skills" _hdricon=(lookup . '_icon') }}
{{/header-skills}}
<table>
<thead>
@ -16,7 +15,7 @@
{{#each r.skills.sets}}
<tr>
<td style="width: 25%;">{{ name }}</td>
<td class="keywords">{{#each skills}}{{ this }} {{/each}}</td>
<td class="keywords">{{#each skills}}{{ . }} {{/each}}</td>
</tr>
{{/each}}
</tbody>