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