esc_attr__( 'Previous page', 'bourboneat' ),
'next_text' => esc_attr__( 'Next page', 'bourboneat' ),
'before_page_number' => '' . esc_attr__( 'Page', 'bourboneat' ) . ' ',
) );
// If no content, include the "No posts found" template.
else :
get_template_part( 'content', 'none' );
endif;
?>