Skip to content

Instantly share code, notes, and snippets.

@jedsundwall
Created September 18, 2010 22:56
Show Gist options
  • Save jedsundwall/586142 to your computer and use it in GitHub Desktop.
Save jedsundwall/586142 to your computer and use it in GitHub Desktop.
displays tumblr tags as an unordered list
{block:HasTags}
<ul class="tags">
{block:Tags}
<li>
<a href="{TagURL}">{Tag}</a>
</li>
{/block:Tags}
</ul>
{/block:HasTags}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment