Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 562 Bytes

news.md

File metadata and controls

20 lines (12 loc) · 562 Bytes
layout title
page
The Latest GTN News

{% assign contributors = site.data['contributors'] %}

Keep an eye on this page for the latest news around the GTN. New tutorials, GTN features, upcoming training events, and much much more!

Want to add your own news here (e.g. new tutorial, event, publication, anything else training related)? Check out how to do that in [this FAQ]({% link faqs/gtn/gtn_news_create_post.md %})

{% for n in site.categories['news'] %}

{% include _includes/news-card.html news=n %}

{% endfor %}