annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
87
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
2 layout: community-news
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
3 ---
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 {% for post in site.posts limit:3 %}
87
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
6
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
7 ## [{{ post.title }}]({{ post.url | absolute_url }})
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
8
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 {{ post.excerpt }}
87
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
10
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 <small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>
87
1752b8520622 Keep layout <-> content pattern for community-news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 75
diff changeset
12
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 {% endfor %}