diff options
-rw-r--r-- | templates/page.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6c795c9..bb05655 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -9,7 +9,8 @@ </TMPL_UNLESS> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="<TMPL_VAR BASEURL>main.css" type="text/css" /> - <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> + <link rel="icon" type="image/x-icon" href="http://os.pehjota.net/media/favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="http://os.pehjota.net/media/favicon.ico"> <TMPL_IF EDITURL> <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" /> </TMPL_IF> |