comparison _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
comparison
equal deleted inserted replaced
92:7609e2a6faef 94:e8fc61e077fc
1 <!--
2
3 This is the community news page for Octave. It is displayed in the
4 "Community News" display area of the Octave GUI. It should not have
5 the usual page header that other pages on the Octave web site have.
6 The following string must be present for Octave to recognize and
7 display this page as the comunity news page:
8
9 this-is-the-gnu-octave-community-news-page
10 community-news-page-serial=6
11
12 -->
13
14 <!DOCTYPE html>
15 <html>
16 <head>
17 <title>Octave Community News</title>
18 <style type="text/css">
19 <!--
20 body {
21 }
22 -->
23 </style>
24 </head>
25 <body>
26
27 {{ content }}
28
29 </body>
30 </html>