mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
17 lines
284 B
PHP
17 lines
284 B
PHP
<?php
|
|
/**
|
|
* The template for displaying the footer.
|
|
*
|
|
* @package ascribe
|
|
* @since 0.1.0
|
|
*/
|
|
?>
|
|
<footer>
|
|
<div class="centered">
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<?php wp_footer(); ?>
|
|
</body>
|
|
</html>
|