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/index.html/header.html | |
parent | 84ee66b60d805556ce9f550636e888c3b189dc2e (diff) | |
download | low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.tar.gz low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.zip |
Add favicon
Diffstat (limited to 'templates/index.html/header.html')
-rw-r--r-- | templates/index.html/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html/header.html b/templates/index.html/header.html index 5e642f3..02d642c 100644 --- a/templates/index.html/header.html +++ b/templates/index.html/header.html @@ -8,12 +8,12 @@ <meta name="description" content="${description}" /> <meta name="author" content="${author}" /> <meta name="generator" content="${sitegenerator}" /> - <title>Posts - ${sitetitle}</title> + <title>Kronika - ${sitetitle}</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <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"> |