mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-12 19:41:01 +01:00
Allow overriding of section headers.
This commit is contained in:
7
partials/html/highlights.html
Normal file
7
partials/html/highlights.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#if highlights}}
|
||||
<ul>
|
||||
{{#each highlights}}
|
||||
<li>{{{ this }}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
Reference in New Issue
Block a user