fixing permalinks

This commit is contained in:
tomjohnson1492
2016-07-06 17:45:00 -07:00
parent bce638b7ab
commit cce99619c0
108 changed files with 213 additions and 221 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 | append: ".html" }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
<a href="{{ "tag_" | append: tag }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
{% endif %}
{% endfor %}
{% endif %}