This commit is contained in:
parent
a1ebc4b207
commit
bb03afab5b
|
@ -24,12 +24,7 @@
|
||||||
|
|
||||||
<h1 class="single-title">{{title}}</h1>
|
<h1 class="single-title">{{title}}</h1>
|
||||||
|
|
||||||
{{#if custom_excerpt}}
|
<div
|
||||||
<div class="single-excerpt">
|
|
||||||
{{custom_excerpt}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
<div
|
|
||||||
id="total-rose-ash-shop"
|
id="total-rose-ash-shop"
|
||||||
hx-get="shop/orders/total"
|
hx-get="shop/orders/total"
|
||||||
hx-trigger="load delay:1ms, configured from:body, ordered from:body delay:1ms, paid from:body"
|
hx-trigger="load delay:1ms, configured from:body, ordered from:body delay:1ms, paid from:body"
|
||||||
|
@ -54,6 +49,14 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
{{#if custom_excerpt}}
|
||||||
|
<div class="single-excerpt">
|
||||||
|
{{custom_excerpt}}
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
|
||||||
{{#if feature_image}}
|
{{#if feature_image}}
|
||||||
{{#unless no_image}}
|
{{#unless no_image}}
|
||||||
<figure class="single-media kg-width-{{width}}">
|
<figure class="single-media kg-width-{{width}}">
|
||||||
|
|
Loading…
Reference in New Issue