Advertisement
Guest User

Untitled

a guest
May 14th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. {block:Posts}
  2.     <li> <article class="{PostType} {TagsAsClasses}">
  3.     {block:Text}
  4.         …
  5.         <p><b>hardcoded post type: text</b></p>
  6.     {/block:Text}
  7.  
  8.     {block:Video}
  9.         …
  10.         <p><b>hardcoded post type: video</b></p>
  11.     {/block:Video}
  12.     <p><b>tumblr post type: {PostType}</b></p>
  13.     </article> </li>
  14. {/block:posts}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement