fashion page is no longer code; typos checked, fashion writeup done

This commit is contained in:
chimchooree
2022-07-24 00:21:59 -05:00
parent a8a88c2cb9
commit f87a6b6bb3
27 changed files with 331 additions and 190 deletions
+2 -2
View File
@@ -21,9 +21,9 @@
<div class="latest-text">
<ul>
% if len(latest) > 0:
% print(str(len(latest)))
% for l in latest:
<li>&#9;<a href=/{{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
% bullet = random.choice(['.','•','☆','★'])
<li>&#9;<a href=/{{l[0]}} rel="nofollow">{{bullet}}&#9;{{!l[1]}}</a></li>
% end
% end
</ul>