summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-10-04 13:23:31 +0530
committerJayaram R Pai2014-10-04 13:23:31 +0530
commitb989c61391a9f9508fdf37c8face09fb2d60e2ee (patch)
treec442bf0de1b1b2adf74cf9dfdc4483668e04d1ac /static/website/templates/base.html
parentbb6a483593de3cc3e1f86295befd9edfde840aa7 (diff)
downloadscipy2014-b989c61391a9f9508fdf37c8face09fb2d60e2ee.tar.gz
scipy2014-b989c61391a9f9508fdf37c8face09fb2d60e2ee.tar.bz2
scipy2014-b989c61391a9f9508fdf37c8face09fb2d60e2ee.zip
fixed new speaker alignment, added favicon
Diffstat (limited to 'static/website/templates/base.html')
-rwxr-xr-xstatic/website/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index cc0220c..9d02164 100755
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -6,6 +6,7 @@
<head>
<meta charset="UTF-8">
<title>SciPy India 2014</title>
+ <link rel="shortcut icon" type="image/png" href="{% static 'website/images/favicon.ico'%}"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="{% static 'website/css/main.css'%}">
{% dajaxice_js_import %}