diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/base.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/base.tpl b/views/base.tpl index 0fe2ad0..3b47a5d 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -3,6 +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"/> </head> <body> <img id="banner" alt="Pasteme" src="/static/banner.png"><br /> |