From ecaf3d921f889e51566acbb34bbf6141dcb4c7cb Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 21 Aug 2018 17:47:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20image=20positioning=20on?= =?UTF-8?q?=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Casper/issues/473 - added missing `
` wrapper around `{{content}}` --- page.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/page.hbs b/page.hbs index b8093e8..bba4684 100644 --- a/page.hbs +++ b/page.hbs @@ -27,7 +27,9 @@ into the {body} of the default.hbs template --}} {{/if}}
- {{content}} +
+ {{content}} +