| layout | splash | ||
|---|---|---|---|
| author_profile | false | ||
| title | |||
| header |
|
-
{% assign news = site.data.news | sort: 'date' | reverse %}
{% for n in news limit:8 %}
- {{ n.date | date: "%B %-d, %Y" }}: {{ n.description | markdownify }} {% endfor %}
- View all news
| layout | splash | ||
|---|---|---|---|
| author_profile | false | ||
| title | |||
| header |
|