hbs
This commit is contained in:
parent
b78200d5a9
commit
a60d350432
|
@ -22,15 +22,15 @@
|
||||||
{{/is}}
|
{{/is}}
|
||||||
|
|
||||||
<h1 class="single-title">{{title}}</h1>
|
<h1 class="single-title">{{title}}</h1>
|
||||||
<div class="kg-width-{{width}}">
|
|
||||||
{{> "shop/top"}}
|
|
||||||
</div>
|
|
||||||
{{#if custom_excerpt}}
|
{{#if custom_excerpt}}
|
||||||
<div class="single-excerpt">
|
<div class="single-excerpt">
|
||||||
{{custom_excerpt}}
|
{{custom_excerpt}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<div class="kg-width-{{width}}">
|
||||||
|
{{> "shop/top"}}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{{#if feature_image}}
|
{{#if feature_image}}
|
||||||
{{#unless no_image}}
|
{{#unless no_image}}
|
||||||
|
|
Loading…
Reference in New Issue