Remove Internet Explorer script, as it wasn't being used: 404 HTTP error

This commit is contained in:
Jorge Maldonado Ventura 2017-07-30 17:49:43 +02:00
commit a2d0705987

View file

@ -10,10 +10,6 @@
{% if FEED_ALL_RSS %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">