From c97defd40af832fd5cbb35ae73bf0498869e683e Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 19 Jun 2017 00:11:32 +0100 Subject: [PATCH] Refactor post.hbs JS --- post.hbs | 105 +++++++++++++++++++++++++------------------------------ 1 file changed, 47 insertions(+), 58 deletions(-) diff --git a/post.hbs b/post.hbs index 9a4b7cb..e4094f2 100644 --- a/post.hbs +++ b/post.hbs @@ -151,77 +151,66 @@ into the {body} of the default.hbs template --}} {{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}} {{#contentFor "scripts"}} {{/contentFor}}