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