From ca37e2886c1f1ff3fc29f97cac5903fad3a8c060 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 6 Oct 2019 16:14:16 +0200 Subject: [PATCH] Fix #60 --- author.hbs | 2 +- index.hbs | 2 +- page-authors.hbs | 2 +- page.hbs | 2 +- partials/hero.hbs | 4 ++-- post.hbs | 2 +- tag.hbs | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/author.hbs b/author.hbs index a0bd07a..8e5c77a 100644 --- a/author.hbs +++ b/author.hbs @@ -60,7 +60,7 @@ into the {body} of the default.hbs template --}} - + {{/author}}
diff --git a/index.hbs b/index.hbs index 5743d64..0290cf3 100644 --- a/index.hbs +++ b/index.hbs @@ -21,7 +21,7 @@ into the {body} of the default.hbs template --}} {{t "Subscribe"}} {{/if}} - +
diff --git a/page-authors.hbs b/page-authors.hbs index 5118849..b7fbd6d 100644 --- a/page-authors.hbs +++ b/page-authors.hbs @@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}}

{{custom_excerpt}}

{{/if}}
- +
diff --git a/page.hbs b/page.hbs index f1b1cee..06934b4 100644 --- a/page.hbs +++ b/page.hbs @@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}}

{{custom_excerpt}}

{{/if}}
- +
diff --git a/partials/hero.hbs b/partials/hero.hbs index bafbad4..029697a 100644 --- a/partials/hero.hbs +++ b/partials/hero.hbs @@ -24,8 +24,8 @@ for it, and apply those styles to the
tag. {{/contentFor}} -
+
{{else}} -
+
{{/if}} diff --git a/post.hbs b/post.hbs index 28ed604..f11d3ea 100644 --- a/post.hbs +++ b/post.hbs @@ -13,7 +13,7 @@ into the {body} of the default.hbs template --}} {{> header background=feature_image}} {{!-- Inject styles of the hero image to make it responsive --}} {{> hero background=feature_image}} -
+
{{/post}}
diff --git a/tag.hbs b/tag.hbs index 8a80d28..0a1295f 100644 --- a/tag.hbs +++ b/tag.hbs @@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}} {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{t "with this tag"}}

- + {{/tag}}