view community-news.md @ 90:fbd5bca94df2 kai

Let Jekyll do the current date.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 21:08:23 +0200
parents 1752b8520622
children
line wrap: on
line source

---
layout: community-news
---

{% for post in site.posts limit:3 %}

## [{{ post.title }}]({{ post.url | absolute_url }})

{{ post.excerpt }}

<small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>

{% endfor %}