diff options
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"> |