diff options
author | P. J. McDermott <pehjota> | 2012-06-17 00:10:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-17 00:10:48 (EDT) |
commit | 9c868983d795c97398acc22c413ac8d7a21bee23 (patch) | |
tree | 27947030061e8e8a9a59bf2ed695f3c75c9cbf7c | |
parent | 4a28b8a9620fc418bb6b294d56f4d6b2c315744c (diff) |
Use main site icon.
-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> |