view community-news.md @ 88:45d807d2bfcc kai

Revisit index start page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:39:05 +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 %}