Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 573 Bytes

news.md

File metadata and controls

20 lines (18 loc) · 573 Bytes
title description
News
Please check the release page for any updates.

{{ page.title }}

{{ page.description }}

{%for post in site.posts %} {% unless post.next %}

{{ post.date | date: '%B %Y' }}

{% else %}
    {% capture year %}{{ post.date | date: '%Y %m' }}{% endcapture %}
    {% capture nyear %}{{ post.next.date | date: '%Y %m' }}{% endcapture %}
    {% if year != nyear %}

{{ post.date | date: '%B %Y' }}

    {% endif %}
{% endunless %}
  • [{{ post.date | date: "%b %d" }} - {{ post.title }}]({{ post.url }}) {% endfor %}