fixing issue with links for tags, series, and top nav. Also commented out customMenu.html from topnav.html

This commit is contained in:
Tom Johnson
2015-08-18 12:02:13 -07:00
parent 005c38bbea
commit 77e651f476
8 changed files with 17 additions and 16 deletions

View File

@ -3,7 +3,7 @@
{% if p.series == "ACME series" %}
{% assign nextTopic = page.weight | plus: "0.1" %}
{% if p.weight == nextTopic %}
<a href="{{p.url}}"><button type="button" class="btn btn-primary">Next: {{p.weight}} {{p.title}}</button></a>
<a href="{{p.url | replace: '/',''}}"><button type="button" class="btn btn-primary">Next: {{p.weight}} {{p.title}}</button></a>
{% endif %}
{% endif %}
{% endfor %}