Ghost/core/frontend/apps/private-blogging/lib
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
..
helpers Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
middleware.js 🐛 Fixed private blogging exposing 404 and robots (#11922) 2020-06-16 11:42:32 +01:00
router.js Rename private blogging mw functions 2020-06-15 20:55:59 +01:00