view community-news.md @ 87:1752b8520622 kai

Keep layout <-> content pattern for community-news.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:38:41 +0200
parents 333306af2e72
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 %}