diff --git a/pages/news/news.html b/pages/news/news.html index 9e9d52a..cb3d5d0 100644 --- a/pages/news/news.html +++ b/pages/news/news.html @@ -16,7 +16,7 @@ folder: news {{ post.date | date: "%b %-d, %Y" }} / {% for tag in post.tags %} - {{tag}}{{tag}}{% unless forloop.last %}, {% endunless%} + {{tag}}{% unless forloop.last %}, {% endunless%} {% endfor %}

{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}