Ghost/core/test/unit/metadata
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
..
amp_url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
asset_url_spec.js 🎨 Change asset path to /ghost/assets (#7504) 2016-10-07 17:05:36 -05:00
author_fb_url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
author_image_spec.js 🚨 change logic for test/utils/configUtils 2016-09-20 15:59:34 +01:00
author_url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
canonical_url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
context_object_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
cover_image_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
creator_url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
description_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
excerpt_spec.js improvement: jshint/jscs 2016-06-17 22:59:47 +02:00
image-dimensions_spec.js Favicon URI (#7700) 2017-01-26 18:01:19 +00:00
keywords_spec.js Move internal tags out of labs (#7519) 2016-10-10 09:51:03 +01:00
modified_date_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
og_type_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
paginated_url_spec.js improvement: jshint/jscs 2016-06-17 22:59:47 +02:00
published_date_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
rss_url_spec.js improvement: jshint/jscs 2016-06-17 22:59:47 +02:00
schema_spec.js 🎨 escape sameAs for structured data (#7833) 2017-01-10 12:21:37 +00:00
structured_data_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
title_spec.js 🚨 change logic for test/utils/configUtils 2016-09-20 15:59:34 +01:00
url_spec.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00