From 99944fb8cfac45a989bcdfd7ede83da4ec36068a Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Wed, 20 Jul 2016 07:22:04 -0700 Subject: [PATCH] fixing tags link on post layout --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index d1ba8f1..636c55e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,7 +9,7 @@ layout: default {% assign projectTags = site.data.tags.allowed-tags %} {% for tag in page.tags %} {% if projectTags contains tag %} - {{tag}}{% unless forloop.last %}, {% endunless%} + {{tag}}{% unless forloop.last %}, {% endunless%} {% endif %} {% endfor %} {% endif %}