On August 16, 2013 at 5:02 am
Open up layout1.php and replace this(appears 3 times):
<div class="date_meta"><?php the_time('d'); ?>. <?php the_time('m'); ?>. <?php the_time('Y'); ?></div>
with this:
<div class="tag_meta"><?php the_tags(); ?></div>
then add this to the very bottom of your stylesheet:
.tag_meta{padding:3px 10px; background:rgba(0, 0, 0, 0.4); position:absolute; right:0; top:10px;}