removed headlines folder for now; random bullets for index headlines
This commit is contained in:
+3
-1
@@ -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}}	<a href={{n[0]}}>{{!n[1]}}</a><br></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user