view pages/community-news.html @ 239:0220f5ec3988

Octave 6.2.0 release 2021-02-20
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 21 Feb 2021 02:47:54 +0900
parents fe59d0118a2b
children 6a6756f4efbf
line wrap: on
line source

---
layout: null
permalink: community-news
---

<!--

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 community news page.  Don't forget to increment
the `community-news-page-serial` number by one in order to show new
entries in the GUI:

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

-->

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Octave Community News</title>
</head>
<body>

{% for post in site.categories.release limit:3 %}

<h2><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></h2>

{{ post.excerpt }}

<small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>

{% endfor %}

</body>
</html>