update site

This commit is contained in:
afc163 2015-08-22 20:33:43 +08:00
parent e78190cb2e
commit a2fb1774e7
2 changed files with 1 additions and 3 deletions

View File

@ -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}}

View File

@ -516,8 +516,6 @@ footer ul li > a {
.aside-container .current a {
color: #71B5DE;
line-height: 40px;
height: 40px;
}
.main-wrapper {