| 1234567891011 |
- <?php
- /**
- * Minimal footer. The markup now lives in parts/footer.html (a block template part),
- * so it is shared with the FSE flip; it is rendered here for the classic theme via
- * block_template_part(). Pages wanting the full footer use get_footer('home').
- */
- block_template_part( 'footer' );
- wp_footer();
- ?>
- </body>
- </html>
|