On my blog, http://allen.alew.org, I've added the tag template to the main page template where it says tags using the following code
<p class="tagged"><span class="add_comment"><?php comments_popup_link('→ No Comments', '→ 1 Comment', '→ % Comments'); ?></span><strong>Tags:</strong> <?php the_category(' · '); ?> <?php the_tags(' · ', ' · ', ''); ?></p>
However, while using that code, the tags are not showing up on the main page, but they are showing up on the category and archive pages. My guess is that it has something to do with my asides implementation I got from this guide.
So is there some change that needs to be made to the asides implementation to allow tags to appear or is there something else wrong with my blog?
I've uploaded the code to my main page here.
Thanks for the help.