| layout | page |
|---|---|
| title | News & Announcements |
| permalink | /posts/ |
{% for post in site.posts %}
{{ post.content | markdownify }} {% if post.tags.size > 0%}Tags:
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% endfor %}