【发布时间】:2016-01-05 00:50:41
【问题描述】:
几周前,我注意到我的网站停止加载网站图标:http://makingspidersense.com/Schubert/
我没有更改该部分的代码,并且 png 文件仍然存在于服务器上。似乎所有标签都已正确关闭。这段代码曾经可以工作,并且对于我的其他网站仍然可以正常工作。那么是什么导致它停止加载,我该如何解决呢?
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="css/schubert.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
<meta name="description" content="The official website for Schubert's Hartford Theatre in Hartford, WI. Purchase your tickets online, find showtimes, movie trailers, shows that are coming soon, discount prices and more!" />
<meta name="keywords" content="Schubert, Theatres, Cinemas, tickets, showtimes, movies, Hartford, WI" />
<meta property="fb:admins" content="ben.moran.28" />
<meta name="viewport" content="width=1075px"/>
<title>Schubert's Hartford Theatre in WI - Purchase tickets, find showtimes and movie info</title>
<script type="text/javascript" src="scripts/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="scripts/coin-slider.js"></script>
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
【问题讨论】:
-
我过去曾遇到过这个问题,但这似乎是由于我的浏览器保存了不再可用的旧版本的网站图标。尝试删除您的 cookie 并重试:D
-
清除了我的 cookie 和缓存仍然有效。还在另一台计算机和多个浏览器(chrome 和 firefox)上尝试过。你能看到网站图标吗?
-
很抱歉也看不到 :( 但是很酷的网站!:D
-
好奇如果你把它改成:
<link rel="shortcut icon" href="img/favicon.png"> -
@MikeChristensen 也试过了,但仍然没有出现。 ://
标签: icons loading favicon bookmarks favorite