February 21, 2023 | Portland, OR
December 13, 2022 | Portland, OR
October 27, 2022 | Portland, OR
October 24, 2022 | Fort Lauderdale, FL
September 29, 2022 | Portland, OR
October 7, 2021 | Portland, OR
May 5, 2021 | Portland, OR
February 2, 2021
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package storefront
*/
?>
</div><!-- .col-full -->
</div><!-- #content -->
<?php do_action( 'storefront_before_footer' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="col-full">
<?php get_template_part('templates/footer/menu'); ?>
<?php get_template_part('templates/footer/legal'); ?>
</div><!-- .col-full -->
</footer><!-- #colophon -->
<?php do_action( 'storefront_after_footer' ); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>