mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
New favicon
This commit is contained in:
parent
b115ebf8ea
commit
1d2f6c96d3
2 changed files with 1 additions and 1 deletions
BIN
core/shared/favicon.ico
Normal file
BIN
core/shared/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2
index.js
2
index.js
|
@ -152,7 +152,7 @@ when.all([ghost.init(), helpers.loadCoreHelpers(ghost)]).then(function () {
|
|||
// ##Configuration
|
||||
ghost.app().configure(function () {
|
||||
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(express.bodyParser({}));
|
||||
ghost.app().use(express.bodyParser({uploadDir: __dirname + '/content/images'}));
|
||||
|
|
Loading…
Add table
Reference in a new issue