accidentially deleted some files

This commit is contained in:
tomjohnson1492
2016-09-04 21:34:45 -07:00
parent 2e91f80213
commit 4fb0c7d6a7
5 changed files with 172 additions and 60 deletions

View File

@ -9,7 +9,7 @@ layout: default
{% assign projectTags = site.data.tags.allowed-tags %}
{% for tag in page.tags %}
{% if projectTags contains tag %}
<a href="{{ "tag_" | append: {{tag}}.html">{{tag}}</a>{% unless forloop.last %}, {% endunless%}
<a href="{{ "tag_" | append: tag | append: ".html"}}">{{tag}}</a>{% unless forloop.last %}, {% endunless%}
{% endif %}
{% endfor %}
{% endif %}