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
+7 -7
View File
@@ -1,4 +1,5 @@
% rebase('frame.tpl')
% import random
<div class="content-grid">
<!--left column-->
@@ -24,7 +25,7 @@
</div>
% end
</div>
<hr>
<!--<hr>-->
<div class="share-links">
</div>
@@ -35,17 +36,16 @@
<div class="recommend">
% if len(recommends) > 0:
<div class="more"><h1>more like this...</h1></div>
<div class="more"><h2>more like this</h2><hr></div>
% end
<div class="rec-box">
% if len(recommends) > 0:
<ul>
% for s in recommends:
<div class="snip">
<div class="snippet-title">
<a href=/{{s[1]}} rel="nofollow"><b>{{!s[0]}}</b></a>
</div>
</div>
% bullet = random.choice(['.','•','☆','★'])
<li><div class="snippet-title"><a href=/{{s[1]}} rel="nofollow">{{bullet}}&#9;{{!s[0]}}</a></div>
% end
</ul>
% end
</div>
</div>