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