Favicon is not showing on chrome

淺唱寂寞╮ 提交于 2019-12-11 11:45:37

问题


Favicon icon is not showing on chrome browser but it is coming on firefox.I am using this line of code :

<link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" /> 

回答1:


You can not show it in Chrome. Default Globe icon will be displayed for http sites and lock icon will be default for https sites.



来源:https://stackoverflow.com/questions/12705906/favicon-is-not-showing-on-chrome

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!