mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Global settings cleanup
This commit is contained in:
parent
36874badd5
commit
6978dec198
1 changed files with 1 additions and 3 deletions
|
@ -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; },
|
||||
|
|
Loading…
Add table
Reference in a new issue