aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-19 15:27:58 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-19 15:27:58 +0200
commite070b90d3862c56c734d82b9846b20c4b6b613ef (patch)
tree0b0b6f9e063c19f90a6d89ab420638e1761768fe
parent57eafb18c5c440e6ccb258075dc341cff35ea15c (diff)
downloadwww-e070b90d3862c56c734d82b9846b20c4b6b613ef.tar.gz
www-e070b90d3862c56c734d82b9846b20c4b6b613ef.zip
sync roadmap and news
-rw-r--r--template/roadmap.html.j229
1 files changed, 23 insertions, 6 deletions
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index d2420a13..b08860f2 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -12,14 +12,31 @@
12 </div> 12 </div>
13 <ul class="timeline"> 13 <ul class="timeline">
14 <li> 14 <li>
15 <b>0.13.0</b> 15 <section class="item-preview">
16 <i>31.6.2020, 2020</i> 16 <header>
17 <p>This release will include...</p> 17 <h3>0.13.0</h3>
18 <p class="item-date">
19 31.6.2020, 2020
20 </p>
21 </header>
22 <p class="item-abstract">
23 This release will include...
24 </p>
25 </section>
26
18 </li> 27 </li>
19 <li> 28 <li>
20 <b>0.14.0</b> 29 <section class="item-preview">
21 <i>2021</i> 30 <header>
22 <p>This release will include...</p> 31 <h3>0.14.0</h3>
32 <p class="item-date">
33 31.6.2020, 2020
34 </p>
35 </header>
36 <p class="item-abstract">
37 This release will include...
38 </p>
39 </section>
23 </li> 40 </li>
24 </ul> 41 </ul>
25 </div> 42 </div>