mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Global settings cleanup
This commit is contained in:
parent
36874badd5
commit
6978dec198
@ -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…
Reference in New Issue
Block a user