Remove unnecessary CSS

This commit is contained in:
Ben Word
2012-07-15 01:59:07 -05:00
parent 109c6d1105
commit 9316f2687a
3 changed files with 8 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<?php dynamic_sidebar('sidebar-footer'); ?>
<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
<p>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
</footer>
<?php roots_footer_after(); ?>