mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix changlog page error
This commit is contained in:
parent
91bd7f22c0
commit
fc40e52bae
@ -70,7 +70,7 @@
|
||||
<li class="{%- if post.directory|rootDirectoryIn(['spec']) %}current{%- endif %}">
|
||||
<a href="{{static_url('../spec/introduce')}}">设计</a>
|
||||
</li>
|
||||
<li class="{%- if post.directory|rootDirectoryIn(['docs','components']) %}current{%- endif %}">
|
||||
<li class="{%- if post.directory|rootDirectoryIn(['docs','components','']) %}current{%- endif %}">
|
||||
<a href="{{static_url('../docs/introduce')}}">React UI</a>
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user