-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
23 lines (17 loc) · 873 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<footer>
<div class="footer clearfix mb-0 text-muted">
<div>
<p><?php echo get_theme_mod('footer_text', date('Y') . ' © ' . get_bloginfo('name')); ?></p>
</div>
<div>
<p><?php echo get_theme_mod('footer_custom_text', 'Crafted with <span class="text-danger"><i class="bi bi-heart-fill icon-mid"></i></span> by <a href="https://ajiekusumadhany.com">Ajie Kusumadhany</a>'); ?></p>
</div>
</div>
</footer>
</div>
</div>
<script src="<?php echo get_template_directory_uri(); ?>/assets/static/js/components/dark.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/assets/extensions/perfect-scrollbar/perfect-scrollbar.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/assets/compiled/js/app.js"></script>
</body>
</html>