# HG changeset patch # User Kai T. Ohlhus # Date 1476722321 -7200 # Node ID 1752b85206226cdef8e0aa0e790ffb7deca11fbf # Parent 298b7f4ac9106dac6a3afc420b539459453c5346 Keep layout <-> content pattern for community-news. diff -r 298b7f4ac910 -r 1752b8520622 _layouts/community-news.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_layouts/community-news.html Mon Oct 17 18:38:41 2016 +0200 @@ -0,0 +1,30 @@ + + + + + +Octave Community News + + + + +{{ content }} + + + diff -r 298b7f4ac910 -r 1752b8520622 community-news.md --- a/community-news.md Mon Oct 17 18:38:15 2016 +0200 +++ b/community-news.md Mon Oct 17 18:38:41 2016 +0200 @@ -1,40 +1,13 @@ ---- -layout: NULL --- - - - - -Octave Community News - - - +layout: community-news +--- {% for post in site.posts limit:3 %} -

{{ post.title }}

-

+ +## [{{ post.title }}]({{ post.url | absolute_url }}) + {{ post.excerpt }} -

-

+ — The Octave Developers, {{ post.date | date: "%b %-d, %Y" }} -

+ {% endfor %} - - -