news on index shows 9 latest headlines as links to their articles
This commit is contained in:
+5
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user