我在Blogger中使用了第三方模板,并且favicon选项未显示在布局中。我已使用此代码,但无法正常工作
]]></b:skin>
<link href='https://live.staticflickr.com/65535/49497319651_bd2f1deb42_m.jpg' rel='icon' type='image/png'/>
答案 0 :(得分:0)
您可以制作或设计.png格式的16 * 16像素图像,然后使用以下片段之一添加收藏夹图标本身:
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>