hbs
This commit is contained in:
parent
a60d350432
commit
72aee58d4e
|
@ -27,9 +27,6 @@
|
||||||
{{custom_excerpt}}
|
{{custom_excerpt}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="kg-width-{{width}}">
|
|
||||||
{{> "shop/top"}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
{{#if feature_image}}
|
{{#if feature_image}}
|
||||||
|
@ -50,6 +47,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#is "post"}}
|
{{#is "post"}}
|
||||||
|
<div class="kg-width-{{width}}">
|
||||||
|
{{> "shop/top"}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="gh-canvas">
|
<div class="gh-canvas">
|
||||||
<footer class="single-footer">
|
<footer class="single-footer">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue