From 470f868be18a7f49f6b23d4ee21facfcd74f766c Mon Sep 17 00:00:00 2001 From: cobbspur Date: Sun, 16 Jun 2013 19:24:57 +0100 Subject: [PATCH] changes to globals in casper - changed ghostGlobals in default.hbs to settings in lieu of future changes from hannah --- default.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.hbs b/default.hbs index 8477b9e..a31575f 100644 --- a/default.hbs +++ b/default.hbs @@ -2,7 +2,7 @@ - {{ghostGlobals.title}} | {{ghostGlobals.description}} + {{settings.title}} | {{settings.description}} @@ -10,8 +10,8 @@
- {{ghostGlobals.title}} -

{{ghostGlobals.description}}

+ {{settings.title}} +

{{settings.description}}

{{{body}}}