view community-news.md @ 104:1222b6208a70

Take the news-page look of index.html
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:50:35 +0100
parents e8fc61e077fc
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 %}