themes-wordpress/blockbase/footer.php
Ben Dwyer e9287679e9
Blockbase: Fix 404 template (#4402)
* Blockbase: Fix the 404 template

* Blockbase: Fix the 404 template

* Add a 404 for skatepark

* update footer tag

* fix textdomain
2021-08-12 17:36:53 +01:00

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>