mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-03 04:17:07 +01:00
Add "info" section partial.
This commit is contained in:
11
partials/html/section/info.hbs
Normal file
11
partials/html/section/info.hbs
Normal file
@ -0,0 +1,11 @@
|
||||
{{#has 'info.brief'}}
|
||||
<hr>
|
||||
<section id="summary">
|
||||
{{#> header-info }}
|
||||
{{> header-icon _title="About" _section="info" _hdricon=(lookup . '_icon') }}
|
||||
{{/header-info}}
|
||||
{{#> body-info }}
|
||||
{{{ r.info.brief }}}
|
||||
{{/body-info}}
|
||||
</section>
|
||||
{{/has}}
|
Reference in New Issue
Block a user