Browse Source

update site

pull/183/head
afc163 9 years ago
parent
commit
a2fb1774e7
  1. 2
      site/templates/aside.html
  2. 2
      static/style.css

2
site/templates/aside.html

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

2
static/style.css

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

Loading…
Cancel
Save