removed headlines folder for now; random bullets for index headlines

This commit is contained in:
chimchooree
2020-10-04 18:49:02 -05:00
parent e58da4dd1f
commit faff99603a
5 changed files with 3 additions and 6 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
% rebase('frame.tpl')
% import random
<div class="social">
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter"></a>
</div>
@@ -16,7 +17,8 @@
<br>
<ul>
% for n in news:
<li>★ <a href={{n[0]}}>{{!n[1]}}</a><br></li>
% bullet = random.choice(['.','•','☆','★'])
<li>{{bullet}}&#9;<a href={{n[0]}}>{{!n[1]}}</a><br></li>
% end
</ul>
<br>