Commit 6023aca5 by Rocky Duan

scaffold for trending tags

parent 5309592f
Trending tags:
<div class="trending-tags">
% for tag in ['artificial-intelligence', 'java-sucks', '2012']:
<div class="trending-tag">
<a class="trending-tag-link" href="javascript:void(0)">${tag}</a>
&times;
<span class="trending-tag-count">100</span>
</div>
% endfor
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment