mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-02 20:07:07 +01:00
Allow overriding of section headers.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{{#section "skills"}}
|
||||
<hr>
|
||||
<section id="skills">
|
||||
<header>
|
||||
<h2>{{{sectionTitle "Skills"}}}</h2>
|
||||
{{#> icon-skills }}{{/icon-skills}}
|
||||
</header>
|
||||
{{#> header-skills }}
|
||||
{{> header-simple _title="SKILLS" _section="skills" }}
|
||||
{{#> icon-skills }}{{/icon-skills}}
|
||||
{{/header-skills}}
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user