added seperator between post entries in side bar navigations
This commit is contained in:
+2
-2
@@ -32,9 +32,9 @@
|
||||
|
||||
{% if showMore == 'true' %}
|
||||
{% if forloop.index <= 3 %}
|
||||
<li><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }}</a></li>
|
||||
<li style='border-bottom: 1px solid gray;'><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }}</a></li>
|
||||
{% else %}
|
||||
<li class="hidden hidden_blog_item"><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }}</a></li>
|
||||
<li style='border-bottom: 1px solid gray;' class="hidden hidden_blog_item"><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if forloop.last %}
|
||||
|
||||
Reference in New Issue
Block a user