Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 488 Bytes

news.md

File metadata and controls

21 lines (19 loc) · 488 Bytes
title layout permalink category
GA4GH:GKS News
default
/news.html
news

News

{% for item in site.categories.news %} {% assign currentdate = item.date | date: "%Y" %} {% if currentdate != date %}

{{ currentdate }}

{% assign date = currentdate %} {% endif %}
{{ item.excerpt }}

{{ item.date | date: "%Y-%m-%d" }}: more ...

{% endfor %}