Add X-UA-Compatible meta tag for IE

This commit is contained in:
Steve Purcell 2015-01-14 21:28:51 +00:00
parent 557e86e0bc
commit b165f47878

View file

@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MELPA</title>
<meta name="description" lang="en" content="The largest and most up-to-date repository of Emacs packages."/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="shortcut icon" href="favicon.ico" />
<link href="/updates.rss" rel="alternate" title="MELPA updates" type="application/rss+xml" />
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js" type="text/javascript"></script><![endif]-->