mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +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">
|
<link rel="shortcut icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||||||
{% block styles %}{% endblock %}
|
{% block styles %}{% endblock %}
|
||||||
<link rel="stylesheet" href="{{static_url('../dist/demo.css')}}?20160114">
|
<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')}}">
|
<link rel="stylesheet" href="{{static_url('tomorrow.css')}}">
|
||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<script src="https://t.alipayobjects.com/images/rmsweb/T1q8JiXftaXXXXXXXX.js"></script>
|
<script src="https://t.alipayobjects.com/images/rmsweb/T1q8JiXftaXXXXXXXX.js"></script>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script src="{{static_url('script.js')}}"></script>
|
<script src="{{static_url('script.js')}}?20160114"></script>
|
||||||
<script>
|
<script>
|
||||||
window.antdVersion = {
|
window.antdVersion = {
|
||||||
latest: '{{config.package.version}}'
|
latest: '{{config.package.version}}'
|
||||||
|
Loading…
Reference in New Issue
Block a user