mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 21:38:17 +00:00
Merge pull request #72 from juliocc/master
Include html5shim using protocol-relative url
This commit is contained in:
commit
6f52976faf
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
{% block css %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue