mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-08 20:54:43 +00:00
remove html5.js as source no longer exists (#853)
* remove html5.js as source no longer exists * Update the path for html5shiv Added path https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js
This commit is contained in:
parent
fb576242a1
commit
85c7ff1288
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
{% block css %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue