From bcdbdab86171af264f99ce1bee830d16e5381806 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Mon, 10 Nov 2014 22:02:52 -0700 Subject: [PATCH] Move page #post helper to encapsulate image references Ref #143 - Fixes header images for static pages --- page.hbs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/page.hbs b/page.hbs index 3bf255c..b1c5f52 100644 --- a/page.hbs +++ b/page.hbs @@ -3,6 +3,9 @@ {{! This is a page template. A page outputs content just like any other post, and has all the same attributes by default, but you can also customise it to behave differently if you prefer. }} +{{! Everything inside the #post tags pulls data from the page }} +{{#post}} +