diff options
Diffstat (limited to 'static/website/templates/base.html')
-rwxr-xr-x | static/website/templates/base.html | 1 |
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 %} |