Skip to content

Commit

Permalink
Add extension to pages_list links
Browse files Browse the repository at this point in the history
  • Loading branch information
corneadoug committed Sep 7, 2016
1 parent 68f4d64 commit f774bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/JB/pages_list
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Usage:
{% for cat in node.group %}
{% if cat == group %}
{% if page.url == node.url %}
<li class="active"><a href="{{ BASE_PATH }}{{node.url}}" class="active">{{node.title}}</a></li>
<li class="active"><a href="{{ BASE_PATH }}{{node.url}}.html" class="active">{{node.title}}</a></li>
{% else %}
<li><a href="{{ BASE_PATH }}{{node.url}}">{{node.title}}</a></li>
<li><a href="{{ BASE_PATH }}{{node.url}}.html">{{node.title}}</a></li>
{% endif %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit f774bb0

Please sign in to comment.