summaryrefslogtreecommitdiffstats
path: root/_base.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-09-18 23:47:48 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-09-18 23:47:48 +0200
commit521e7bfdfb8404ac70bfec45d04ead9f5004d5f0 (patch)
treec86813c297c90e94c525ed0c84fd8761eba88c39 /_base.html
parent4e16f1acb7d5ca15e5f9d2da99ecbc8cafe5dce0 (diff)
downloadwww-521e7bfdfb8404ac70bfec45d04ead9f5004d5f0.tar.gz
www-521e7bfdfb8404ac70bfec45d04ead9f5004d5f0.tar.bz2
www-521e7bfdfb8404ac70bfec45d04ead9f5004d5f0.zip
_base.html: add favicon reference
Diffstat (limited to '_base.html')
-rw-r--r--_base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_base.html b/_base.html
index 0da6a88..1fbd7d3 100644
--- a/_base.html
+++ b/_base.html
@@ -15,6 +15,8 @@
<!--[if lt IE 9]>
<script src="{{ url_for("static/js/html5.js") }}"></script>
<![endif]-->
+
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
</head>
<body>
<div class="container-fluid">