--- title: News permalink: /news/ --- {% assign counter = '0' %} {% for post in site.posts %} {% for tag in post.tags %} {% if tag == "news" %}
  • {{ post.title }} ({{ post.date | date: "%b %-d, %Y" }})
  • {{post.summary}}
    {% endif %} {% endfor %} {% endfor %}