/*
 Theme Name:   Storefront Child Theme Starter
 Theme URI:    http://github.com/joshbuchea/storefront-child-theme-starter/
 Description:  This is a "getting started" child theme for Storefront.
 Version:      1.0.0
 Author:       Your Name or Your Company
 Author URI:   http://example.com/
 Template:     storefront
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/


/* Add Custom CSS Below
-------------------------------------------------------------- */
function storefront_credit() {
	?>
	<div class="site-info">
		&copy; <?php echo get_bloginfo( 'name' ) . ' ' . get_the_date( 'Y' ); ?>
	</div><!-- .site-info -->

	<?php
}