Skip to content

Instantly share code, notes, and snippets.

@underwhelmed
Created January 10, 2012 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save underwhelmed/1587234 to your computer and use it in GitHub Desktop.
Save underwhelmed/1587234 to your computer and use it in GitHub Desktop.
Tumblr Follower Display
{block:Following}
<section id="following" class="clearfix">
<div class="grid_12">
<div>
<header>
<h2>Following</h2>
</header>
<ul class="clearfix">
{block:followed}
<li><a title="{FollowedTitle}" href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"></a></li>
{/block:followed}
</ul>
</div>
</div>
</section>
{/block:Following}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment