Merge pull request #673 from JohnONolan/fav

New favicon
This commit is contained in:
Hannah Wolfe 2013-09-09 11:37:08 -07:00
commit fd3206311b
2 changed files with 1 additions and 1 deletions

BIN
core/shared/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -152,7 +152,7 @@ when.all([ghost.init(), helpers.loadCoreHelpers(ghost)]).then(function () {
// ##Configuration // ##Configuration
ghost.app().configure(function () { ghost.app().configure(function () {
ghost.app().use(isGhostAdmin); ghost.app().use(isGhostAdmin);
ghost.app().use(express.favicon(__dirname + '/content/images/favicon.ico')); ghost.app().use(express.favicon(__dirname + '/core/shared/favicon.ico'));
ghost.app().use(I18n.load(ghost)); ghost.app().use(I18n.load(ghost));
ghost.app().use(express.bodyParser({})); ghost.app().use(express.bodyParser({}));
ghost.app().use(express.bodyParser({uploadDir: __dirname + '/content/images'})); ghost.app().use(express.bodyParser({uploadDir: __dirname + '/content/images'}));