Source<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "wrapper" div and all content after.
*
* @package Hestia
* @since Hestia 1.0
*/
?>
<?php do_action( 'hestia_do_footer' ); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>