mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update style link
This commit is contained in:
parent
22bb5ea1b3
commit
fae30906b2
@ -13,7 +13,7 @@
|
||||
<link rel="shortcut icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||||
{% block styles %}{% endblock %}
|
||||
<link rel="stylesheet" href="{{static_url('../dist/demo.css')}}?20160114">
|
||||
<link rel="stylesheet" href="{{static_url('style.css')}}">
|
||||
<link rel="stylesheet" href="{{static_url('style.css')}}?20160114">
|
||||
<link rel="stylesheet" href="{{static_url('tomorrow.css')}}">
|
||||
<!--[if IE 8]>
|
||||
<script src="https://t.alipayobjects.com/images/rmsweb/T1q8JiXftaXXXXXXXX.js"></script>
|
||||
@ -38,7 +38,7 @@
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<script src="{{static_url('script.js')}}"></script>
|
||||
<script src="{{static_url('script.js')}}?20160114"></script>
|
||||
<script>
|
||||
window.antdVersion = {
|
||||
latest: '{{config.package.version}}'
|
||||
|
Loading…
Reference in New Issue
Block a user