How do you make sure your blog shows the tags for your posts?
Right now I think yours is doing that, whereas my tags only show on a posts's permalink page. To make your tags show on your index page, find your posts section under
which is generally {block:Posts}, then find under that section where the index page is coded. In my theme, that's easy to find, and it is {block:Indexpage}. Here is where you'll find notecount codes, permalink and rebloglink codes. To add tags to your index page posts, place this code before {/block:Indexpage}
{block:HasTags} tagged as: {block:Tags}{Tag}{/block:Tags}{/block:HasTags}
This can differ from theme to theme but every theme has these sections under
categorizing post types, and it is in those post types-- and more specifically, in the section of the post section that codes for the index page-- that you can add viewable tags.
If you can't see them, try adding a font color and size using html tags! Just like sometimes the assets from other objects in the theme are transmuted to these new codes (making them invisible or illegible) .