fixing series demo links

This commit is contained in:
tomjohnson1492
2016-08-11 17:45:28 -07:00
parent 2a76114fac
commit debb57f247
7 changed files with 16 additions and 9 deletions

View File

@ -9,7 +9,7 @@
<li class="active"> → {{p.title}}</li>
{% else %}
<li>
<a href="{{p.url}}">{{p.title}}</a>
<a href="{{p.url | remove: "/"}}">{{p.title}}</a>
</li>
{% endif %}
{% endif %}