fashion page is no longer code; typos checked, fashion writeup done
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<div class="latest-text">
|
||||
<ul>
|
||||
% if len(latest) > 0:
|
||||
% print(str(len(latest)))
|
||||
% for l in latest:
|
||||
<li>	<a href=/{{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||
% bullet = random.choice(['.','•','☆','★'])
|
||||
<li>	<a href=/{{l[0]}} rel="nofollow">{{bullet}}	{{!l[1]}}</a></li>
|
||||
% end
|
||||
% end
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user