Skip to content

Commit 7290e66

Browse files
authored
增加設計師網址
1 parent ceed256 commit 7290e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

footer.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
</div>
22
<footer class="footer" class="row">
3-
<div class="copyright col-md-12">Copyright © 2017 designed by <a href="<?php
3+
<div class="copyright col-md-12">Copyright © 2017 <a href="<?php
44
bloginfo("url"); ?>"><?php
5-
bloginfo("name"); ?></a>
5+
bloginfo("name"); ?></a> designed by <a href="http://never-nop.com">Never Nop Tech</a>
66
</div>
77
</footer>
88
<?php wp_footer(); ?>
99
</body>
10-
</html>
10+
</html>

0 commit comments

Comments
 (0)