0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Aileen Nowak 7cb57bff3d Find favicon in Ghost (#7713)
refs #7688

Adds logic in theme settings api to either serve an uploaded favicon and give it the type `upload` or use the default settings `default`, which will serve the favicon from our shared directory.

TODOs for #7688:
- [X] Figure out, which favicon should be used (uploaded or default) -> this PR
- [ ] Serve and redirect the favicon for any browser requests, incl. redirects
- [ ] Upload favicon via `general/settings` and implement basic admin validations -> [WIP] TryGhost/Ghost-Admin#397
- [ ] Built server side validations
2017-01-23 10:13:52 +01:00
..
client@ea1def456d Updated Ghost-Admin to 1.0.0-alpha.9 2016-11-17 20:15:18 +00:00
server Find favicon in Ghost (#7713) 2017-01-23 10:13:52 +01:00
shared Find favicon in Ghost (#7713) 2017-01-23 10:13:52 +01:00
test Find favicon in Ghost (#7713) 2017-01-23 10:13:52 +01:00
index.js