fixing links for tags and tag pages

This commit is contained in:
tomjohnson1492
2016-07-05 09:43:24 -07:00
parent 0bebf87adb
commit 60e808f7a4
16 changed files with 17 additions and 18 deletions

View File

@ -55,7 +55,7 @@ layout: default
{% assign projectTags = site.data.tags.allowed-tags %}
{% for tag in page.tags %}
{% if projectTags contains tag %}
<a href="{{ "tag_" | append: tag }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
<a href="{{ "tag_" | append: tag | append: ".html" }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
{% endif %}
{% endfor %}
{% endif %}