From 6978dec198c2cf182d35b907f7dac32989bb003a Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 3 Sep 2013 11:38:10 +0100 Subject: [PATCH] Global settings cleanup --- core/ghost.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/ghost.js b/core/ghost.js index ee0fc1679b..d2000b863c 100644 --- a/core/ghost.js +++ b/core/ghost.js @@ -105,9 +105,7 @@ Ghost = function () { url: instance.config().env[process.env.NODE_ENV].url, title: instance.settings().title, description: instance.settings().description, - logo: instance.settings().logo, - /* urg.. need to fix paths */ - themedir: path.join('/content/themes', instance.paths().activeTheme, instance.settingsCache.activeTheme) + logo: instance.settings().logo }; }, statuses: function () { return statuses; },