try-ws
This commit is contained in:
parent
0e9e74321f
commit
b1868d0e9d
|
@ -1,5 +1,4 @@
|
||||||
<article class="single {{post_class}}">
|
<article class="single {{post_class}}">
|
||||||
|
|
||||||
{{#match @page.show_title_and_feature_image}}
|
{{#match @page.show_title_and_feature_image}}
|
||||||
<header class="single-header gh-canvas">
|
<header class="single-header gh-canvas">
|
||||||
{{#is "post"}}
|
{{#is "post"}}
|
||||||
|
@ -24,6 +23,9 @@
|
||||||
|
|
||||||
<h1 class="single-title">{{title}}</h1>
|
<h1 class="single-title">{{title}}</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="total-rose-ash-shop-ws"></div>
|
||||||
|
<div hx-ext="ws" ws-connect="shop/ws-total"></div>
|
||||||
<div
|
<div
|
||||||
id="total-rose-ash-shop"
|
id="total-rose-ash-shop"
|
||||||
hx-get="shop/orders/total"
|
hx-get="shop/orders/total"
|
||||||
|
|
Loading…
Reference in New Issue