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