Browse Source

Add es6-shim

pull/2043/head
afc163 9 years ago
parent
commit
fbe17bf458
  1. 1
      site/theme/static/markdown.less
  2. 2
      site/theme/static/template.html

1
site/theme/static/markdown.less

@ -25,7 +25,6 @@
font-weight: normal;
font-size: 80%;
margin-left: 12px;
vertical-align: middle;
}
}

2
site/theme/static/template.html

@ -8,7 +8,7 @@
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="{{ root }}index.css"/>
<!--[if lt IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.1.14/es5-shim.min.js,es5-shim/4.1.14/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.1.14/es5-shim.min.js,es5-shim/4.1.14/es5-sham.min.js,es6-shim/0.35.1/es6-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
</head>
<body>

Loading…
Cancel
Save