Ghost/core/server/data
Aileen Nowak d2f2888da0 Favicon URI (#7700)
closes #7688

- Use `/favicon.ico` and `/favicon.png` in blog app. Depending on type of storage (custom upload = local file storage), serves either from storage adapter with `read()` method or reads the bytes via `fs`.
- Redirects requests for `favicon.ico` to `favicon.png` if custom `png` icon is uploaded and vice versa.
- Redirect requests for `favicon.png` to `favicon.ico` if default icon is used (in `core/shared`).
- Changes the `{{asset}}` helper for favicon to not serve from theme assets anymore. It will either be served the custom blog-icon or the default one.
- The `{{@blog.icon}}` helper renders the url of the **uploaded** blog icon. It won't render the default icon.
2017-01-26 18:01:19 +00:00
..
db 🐛 fix backup database (#7898) 2017-01-25 20:34:31 +01:00
export 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
import 🐛 import subscribers (#7834) 2017-01-10 19:38:20 +00:00
importer chore(package): update uuid to version 3.0.0 (#7742) 2017-01-04 17:10:29 +01:00
meta Favicon URI (#7700) 2017-01-26 18:01:19 +00:00
migrations 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
slack Error creation (#7477) 2016-10-06 13:27:35 +01:00
validation Use moment-timezone when using .tz() (#7653) 2016-10-31 14:44:24 +01:00
xml 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00