summaryrefslogtreecommitdiff
path: root/static/website/templates/header.html
diff options
context:
space:
mode:
authorSashi202019-08-27 17:21:45 +0530
committerGitHub2019-08-27 17:21:45 +0530
commitd0ff5d11f935ba5217c1be6357d44891b6e22b3c (patch)
treee36b41197c660d929ce284150eb48f8111107f41 /static/website/templates/header.html
parent46c8dee1d41462c4a00989b91d555faf6e422632 (diff)
parent8dd2b6becdc02423db0be289bfe6396c9db93cc6 (diff)
downloadSciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.gz
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.bz2
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.zip
Merge pull request #2 from Sashi20/development
Modify gitignore and replace bower components folder in bootstrap
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r--static/website/templates/header.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html
index e2f7c0b..b4cab63 100644
--- a/static/website/templates/header.html
+++ b/static/website/templates/header.html
@@ -1,4 +1,3 @@
-
{% load static %}
<!-- Header-->
{% block header %}
@@ -11,9 +10,9 @@
<meta name="keywords" content="SciPy, SciPyIndia 2018, Python,SciPy India 2018,SciPy India conference,Scientific Computing">
<link rel="icon" href="{% static 'website/bootstrap-css/assets/images/logo.png' %}" type="icon">
<title>SciPy India 2019</title>
- <script src="{% static 'website/bootstrap-css/assets/js/1.5.2/jquery.min.js' %}"></script>
+ <script src="{% static 'website/bootstrap-css/assets/js/jquery.min.js' %}"></script>
<script src="{% static 'website/bootstrap-css/assets/js/2.8.2/modernizr.js' %}"></script>
-
+ <script src="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/js/bootstrap.min.js' %}"></script>
<!-- css -->
<link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/font-awesome.min.css' %}">
<link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/css/bootstrap.min.css' %}">