Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 943 Bytes

news.md

File metadata and controls

29 lines (27 loc) · 943 Bytes
layout title permalink redirect_from
page
News from the NDSA
/news/
/news2/
<style> .articles { display: grid; grid-column-gap:15px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } article p { width:90%; } </style>

Subscribe via RSS

{% for post in site.posts %}

{% if post.date %}

<time datetime="{{ post.date | date: "%Y-%m-%d" }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}

{% endif %}

{{ post.excerpt | strip_html | truncate: 500 }}

{% endfor %}