diff options
Diffstat (limited to 'templates/page/header.html')
-rw-r--r-- | templates/page/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/header.html b/templates/page/header.html index 8679cc2..b9535f9 100644 --- a/templates/page/header.html +++ b/templates/page/header.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" /> - <link rel="icon" href="/favicon.png" type="image/png" /> + <link rel="icon" href="/favicon.ico" type="image/x-icon" /> </head> <body> <nav id="menuwrap"> |