view community-news.md @ 75:333306af2e72 kai

Make community-news.md. Now all News are from one source!
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:53:55 +0200
parents
children 1752b8520622
line wrap: on
line source

---
layout: NULL
---
<!--

This is the community news page for Octave.  It is displayed in the
"Community News" display area of the Octave GUI.  It should not have
the usual page header that other pages on the Octave web site have.
The following string must be present for Octave to recognize and
display this page as the comunity news page:

  this-is-the-gnu-octave-community-news-page
  community-news-page-serial=6

-->

<html>
<head>
<title>Octave Community News</title>
<style TYPE="text/css">
<!--
body {
}
-->
</style>
</head>
<body>

{% for post in site.posts limit:3 %}
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
<p>
{{ post.excerpt }}
</p>
<p>
<small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>
</p>
{% endfor %}

</body>
</html>