mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
12 lines
142 B
PHP
12 lines
142 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template for displaying the footer.
|
||
|
*
|
||
|
* @package ascribe.io
|
||
|
* @since 0.1.0
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<?php wp_footer(); ?>
|
||
|
</body>
|
||
|
</html>
|