From d3d29d1078c9b0a62f64957ed5690fb34db0cb9a Mon Sep 17 00:00:00 2001 From: Osman Nuri Okumus Date: Sun, 31 Jul 2016 00:48:35 +0300 Subject: [PATCH] changed {{> body }} to {% body %} --- src/templates/layouts/countdown.hbs | 2 +- src/templates/layouts/default.hbs | 2 +- src/templates/layouts/errors.hbs | 3 +++ src/templates/layouts/fixed.hbs | 2 +- src/templates/layouts/login.hbs | 2 +- src/templates/layouts/post.hbs | 2 +- src/templates/layouts/post.md.hbs | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/templates/layouts/countdown.hbs b/src/templates/layouts/countdown.hbs index 3bc6a9bd..274b80c7 100644 --- a/src/templates/layouts/countdown.hbs +++ b/src/templates/layouts/countdown.hbs @@ -32,7 +32,7 @@ {{/if}} -{{>body}} +{% body %} diff --git a/src/templates/layouts/default.hbs b/src/templates/layouts/default.hbs index 80b25364..e230316e 100644 --- a/src/templates/layouts/default.hbs +++ b/src/templates/layouts/default.hbs @@ -88,7 +88,7 @@
- {{> body }} + {% body %}
diff --git a/src/templates/layouts/errors.hbs b/src/templates/layouts/errors.hbs index 8165eb9e..1fe174f9 100644 --- a/src/templates/layouts/errors.hbs +++ b/src/templates/layouts/errors.hbs @@ -45,6 +45,9 @@
+
+ {% body %} +

diff --git a/src/templates/layouts/fixed.hbs b/src/templates/layouts/fixed.hbs index 19b7da0f..23451075 100644 --- a/src/templates/layouts/fixed.hbs +++ b/src/templates/layouts/fixed.hbs @@ -93,7 +93,7 @@
-

BODY

+ {% body %}
diff --git a/src/templates/layouts/login.hbs b/src/templates/layouts/login.hbs index 757b1ffb..969b9c65 100644 --- a/src/templates/layouts/login.hbs +++ b/src/templates/layouts/login.hbs @@ -29,7 +29,7 @@ - {{> body }} + {% body %} diff --git a/src/templates/layouts/post.hbs b/src/templates/layouts/post.hbs index b5b67468..e49001c9 100644 --- a/src/templates/layouts/post.hbs +++ b/src/templates/layouts/post.hbs @@ -14,7 +14,7 @@

{{title}}

Posted on: {{posted}} {{#markdown}} - {{> body }} + {% body %} {{/markdown}}

diff --git a/src/templates/layouts/post.md.hbs b/src/templates/layouts/post.md.hbs index 10905420..2d1b1d9e 100644 --- a/src/templates/layouts/post.md.hbs +++ b/src/templates/layouts/post.md.hbs @@ -4,4 +4,4 @@ Posted on: {{ posted }} -{{> body }} +{% body %}