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