diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:09:40 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:09:40 +0100 |
commit | 04e3299f1115a4c2f17b2ed87ab2c54b24272b31 (patch) | |
tree | de9dec0f851fd8fbfb605f13fd9e9b3afe1138f7 /templates/page/header.html | |
parent | 84ee66b60d805556ce9f550636e888c3b189dc2e (diff) | |
download | low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.tar.gz low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.zip |
Add favicon
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"> |