fix aside show

This commit is contained in:
afc163 2015-06-10 12:13:55 +08:00
parent 63dd4b48c0
commit 1c15c225de
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
{%- set items = resource.pages|find_category(category) %}
<li>
<h4>{{category}}</h4>
<ul >
<ul class="{%- if category === post.meta.category %}aside-list-show{%- endif %}">
{%- for item in items %}
<li class="{%- if item.title === post.title %}current{%- endif %}">
<a href="{{permalink_url(item)}}">

View File

@ -464,7 +464,7 @@ footer ul li > a {
display: none;
}
.aside-container li>ul.show {
.aside-container li>ul.aside-list-show {
display: block;
}