forked from nehalist/gitsta
-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
21 lines (20 loc) · 844 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<footer style="margin-bottom: 20px;">
<hr>
<div class="row">
<div class="col-md-6">
<a href="#top" data-scroll="true">
<i class="fa fa-arrow-up"></i> <?php _e('Back to top', 'gitsta'); ?>
</a>
</div>
<div class="col-md-6 text-right">
<small class="text-muted">
<?php printf(__('© <strong>%s</strong>', 'gitsta'), get_bloginfo('name')); ?></strong><br>
<?php printf(__('Theme by %s', 'gitsta'), '<a href="' . esc_url('http://nehalist.io') . '" target="_blank">nehalist.io</a>'); ?>
</small>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>