aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-03 22:15:30 +0000
committerng0 <ng0@n0.is>2019-11-03 22:15:30 +0000
commit23e81011af399df3619830ba95f52f719f31a670 (patch)
tree5faf33aecad9641b52f2e113ef73ba1ea53159f1 /template
parentd7902fd51261b4f7cbbadb0c16c793921df8bee8 (diff)
downloadwww-23e81011af399df3619830ba95f52f719f31a670.tar.gz
www-23e81011af399df3619830ba95f52f719f31a670.zip
newssystem, part 2.
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j214
1 files changed, 12 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 945435df..8db599ae 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -232,7 +232,7 @@
232 <a href="https://gnunet.org/en/use.html">use it</a> and 232 <a href="https://gnunet.org/en/use.html">use it</a> and
233 <a href="https://gnunet.org/en/engage.html">contribute</a>. <br> 233 <a href="https://gnunet.org/en/engage.html">contribute</a>. <br>
234 Be aware that this project is still in an early alpha stage when it comes 234 Be aware that this project is still in an early alpha stage when it comes
235 to software &#8211; its not an easy task to rewrite the whole Internet! 235 to software &#8211; it is not an easy task to rewrite the whole Internet!
236 {% endtrans %} 236 {% endtrans %}
237 </p> 237 </p>
238 </section> 238 </section>
@@ -379,7 +379,17 @@
379 </div> 379 </div>
380 <div class="row"> 380 <div class="row">
381 <div class="col-lg-12"> 381 <div class="col-lg-12">
382 Read our recent news postings <a href="news/index.html">here</a>. 382 <p>
383 Recent Posts:
384 </p>
385 <ul>
386 {% for item in newsdata[:4] %}
387 <li><a href='news/{{ item["page"] }}' title='{{ item["date"]}}'>{{ item["title"] }}</a></li>
388 {% endfor %}
389 </ul>
390 </div>
391 <div class="col-lg-12">
392 Read more of our recent news postings <a href="news/index.html">here</a>.
383 </div> 393 </div>
384 </div> 394 </div>
385</div> <!-- /container --> 395</div> <!-- /container -->