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:
shireenrao 2016-10-19 11:51:53 -04:00 committed by Daniel Roy Greenfeld
parent fb576242a1
commit 85c7ff1288

View File

@ -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 %}