提交 2d6285a3 编写于 作者: A afc163

fix pages

上级 84424872
# 模式
---
......@@ -350,10 +350,6 @@ footer ul li > a {
padding-top: 30px;
}
.aside-container li {
margin-left: 5px;
}
.aside-container li a {
line-height: 44px;
height: 44px;
......
......@@ -28,8 +28,11 @@
<li class="{%- if post.filename === 'index' %}current{%- endif %}">
<a href="/">首页</a>
</li>
<li class="{%- if post.filename === 'instruction' %}current{%- endif %}">
<a href="/docs/instruction">原则</a>
<li class="{%- if post.filename === 'start' %}current{%- endif %}">
<a href="/docs/start">上手</a>
</li>
<li class="{%- if post.filename === 'design' %}current{%- endif %}">
<a href="/docs/design">设计</a>
</li>
<li class="{%- if post.meta.template === 'component' %}current{%- endif %}">
<a href="/components/button">组件</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册