mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update site
This commit is contained in:
parent
e78190cb2e
commit
a2fb1774e7
@ -3,7 +3,7 @@
|
||||
<ul>
|
||||
{%- for category in categories %}
|
||||
{%- if category.name === 'top' %}
|
||||
{%- for item in category.pages %}
|
||||
{%- for item in category.pages|splitComponentsByType(category.name) %}
|
||||
<li class="{%- if item.title === post.title %}current{%- endif %}">
|
||||
<a href="{{permalink_url(item)}}" class="{%- if item.meta.disabled %}nav-link-disabled{%- endif %}">
|
||||
{{item.title}}
|
||||
|
@ -516,8 +516,6 @@ footer ul li > a {
|
||||
|
||||
.aside-container .current a {
|
||||
color: #71B5DE;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.main-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user