comparison community-news.md @ 94:e8fc61e077fc

Merged closed branch "kai" into default.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 01:06:10 +0100
parents
children
comparison
equal deleted inserted replaced
92:7609e2a6faef 94:e8fc61e077fc
1 ---
2 layout: community-news
3 ---
4
5 {% for post in site.posts limit:3 %}
6
7 ## [{{ post.title }}]({{ post.url | absolute_url }})
8
9 {{ post.excerpt }}
10
11 <small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>
12
13 {% endfor %}