This commit is contained in:
giles 2024-10-03 14:21:37 +01:00
parent 73286d67c0
commit 701a93f72f
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{{> "shop/modal"}}
<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">

9
partials/shop/modal.hbs Normal file
View File

@ -0,0 +1,9 @@
<div id="rose-ash-modal"
class="modal modal-blur fade"
style="display: none"
aria-hidden="false"
tabindex="-1">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content"></div>
</div>
</div>

View File

@ -1,4 +1,3 @@
<div> <div>
<div <div
hx-get="shop/totals/" hx-get="shop/totals/"