diff _layouts/community-news.html @ 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 2a6d697fee61
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_layouts/community-news.html	Tue Nov 01 01:06:10 2016 +0100
@@ -0,0 +1,30 @@
+<!--
+
+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
+
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+<title>Octave Community News</title>
+<style type="text/css">
+<!--
+body {
+}
+-->
+</style>
+</head>
+<body>
+
+{{ content }}
+
+</body>
+</html>