Skip to content

Commit

Permalink
Create site-info.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chdoff committed Dec 15, 2017
1 parent 70f8460 commit 66f4f83
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions template-parts/footer/site-info.php
@@ -0,0 +1,16 @@
<?php
/**
* Displays footer site info
*
* @package WordPress
* @subpackage Twenty_Seventeen, Override by Chandigarh WordPress Theme.
* @since 1.0
* @version 1.0
*/

?>
<div class="site-info">
<a href="<?php echo esc_url( 'https://github.com/chdoff/chandigarh-theme' ); ?>">
<?php _e('Proudly powered by Chandigarh Theme', 'chandigarh' ); ?>
</a>
</div><!-- .site-info -->

0 comments on commit 66f4f83

Please sign in to comment.