diff options
-rw-r--r-- | views/base.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/base.tpl b/views/base.tpl index 3b47a5d..e372d6c 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -3,7 +3,7 @@ <title>{{title or 'No title'}}</title> <link rel="stylesheet" href="/static/pygments.css" /> <link rel="stylesheet" href="/static/base.css" /> - <link rel="icon" type="image/ico" href="/static/favicon.ico"/> + <link rel="icon" type="image/ico" href="/static/favicon.ico" /> </head> <body> <img id="banner" alt="Pasteme" src="/static/banner.png"><br /> |