
* Blockbase: Fix the 404 template * Blockbase: Fix the 404 template * Add a 404 for skatepark * update footer tag * fix textdomain
11 lines
184 B
PHP
11 lines
184 B
PHP
<footer class="wp-block-template-part site-footer-container">
|
|
<?php
|
|
echo gutenberg_block_template_part( 'footer' );
|
|
?>
|
|
</div>
|
|
</footer>
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
</html>
|