Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------- HTML: Option must correspond with the CSS option previously selected ----------
- OPTION 1 - MOST SIMPLE
- {block:IndexPage}
- <div class="perma_hold">
- <div class="perma">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- </div>
- {/block:IndexPage}
- OPTION 2 - INCLUDES EXTRAS (reblog & tags etc)
- {block:IndexPage}
- <div class="perma_hold">
- <div class="perma">
- <b><a href="{Permalink}">{NoteCountWithLabel}</a></b>
- <div class="info">
- <a href="{ReblogURL}">reblog</a>
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">source</a>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement