From 3a4780915d1acc3c875a35d6779ae06f0b565387 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 26 Sep 2024 19:44:56 +0100 Subject: [PATCH] hbs --- partials/content.hbs | 8 +++-- partials/shop/top.hbs | 82 ++++++++++++++++++------------------------- 2 files changed, 40 insertions(+), 50 deletions(-) diff --git a/partials/content.hbs b/partials/content.hbs index ec7eddb..5dca46e 100644 --- a/partials/content.hbs +++ b/partials/content.hbs @@ -42,12 +42,12 @@ {{/match}} -
+
{{content}}
{{#is "post"}} -
+
{{> "shop/top"}}
@@ -95,7 +95,9 @@ {{/next_post}}
- {{> "shop/configure-product"}} + {{#is "post"}} + {{> "shop/configure-product"}} + {{/is}}
{{/is}} diff --git a/partials/shop/top.hbs b/partials/shop/top.hbs index 64bfb45..404b47a 100644 --- a/partials/shop/top.hbs +++ b/partials/shop/top.hbs @@ -1,48 +1,36 @@
-
-
-
- Loading... -
-
- - - -
-
- -
+
+
+
+ Loading... +
+
+ + \ No newline at end of file