1
0
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:
hacksalot
2016-01-22 05:57:09 -05:00
parent 7a0169e394
commit 87f4bd2efc
8 changed files with 27 additions and 70 deletions

View 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}}