mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove Internet Explorer script, as it wasn't being used: 404 HTTP error
This commit is contained in:
parent
9ce09c0715
commit
a2d0705987
1 changed files with 0 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue