news on index shows 9 latest headlines as links to their articles

This commit is contained in:
chimchooree
2020-10-04 18:31:22 -05:00
parent 376c924c2c
commit e58da4dd1f
5 changed files with 26 additions and 10 deletions
+5 -1
View File
@@ -14,7 +14,11 @@
<div class="news">
<center>. •  . <strong>news</strong> ☆  .. . <br></center>
<br>
{{news}}
<ul>
% for n in news:
<li>★ <a href={{n[0]}}>{{!n[1]}}</a><br></li>
% end
</ul>
<br>
<center>.  ★      ..      •     .  ☆</center>
</div>