0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/regression/site
Jonas Fabisiak 58ac033b97
Updated head to only output custom favicons (#11949)
closes #11932

- as per the issue, there is no need to output a <link> tag if the favicon is the default /favicon.ico, as all browsers automatically check for this 
- instead the favicon <link> is only output if a custom favicon has been set, telling the browser to look somewhere different to its default location
- some of the tests expected 3 links in the html head, but through the favicon change there are often only 2.

Co-authored-by: RenCloud <rencloud@pop-os.localdomain>
2020-06-30 15:07:08 +01:00
..
dynamic_routing_spec.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
frontend_spec.js 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
site_spec.js Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
UrlService_spec.js Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00