Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 572 Bytes

File metadata and controls

23 lines (23 loc) · 572 Bytes
layout title permalink
page
News & Announcements
/posts/

{% for post in site.posts %}

Posted on {{ post.date | date: site.datefmt }}
{{ post.content | markdownify }} {% if post.tags.size > 0%}
Tags: {% for tag in post.tags %} {{ tag }} {% endfor %}
{% endif %} {% endfor %}