twentyseventeen_get_svg( array( ‘icon’ => ‘arrow-left’ ) ) . ‘‘ . __( ‘Previous page’, ‘textdomain’ ) . ‘‘,

‘next_text’ => ‘‘ . __( ‘Next page’, ‘textdomain’ ) . ‘‘ . twentyseventeen_get_svg( array( ‘icon’ => ‘arrow-right’ ) ),

‘before_page_number’ => ‘‘ . __( ‘Page’, ‘textdomain’ ) . ‘ ‘,

) );

else :

get_template_part( ‘template-parts/post/content’, ‘none’ );

endif; ?>