' . canuck_svg( 'angle-double-left', '14', '#7f7f7f' ) . ' ' . esc_html__( 'View previous', 'canuck' );
$right = esc_html__( 'View next', 'canuck' ) . '
' . canuck_svg( 'angle-double-right', '14', '#7f7f7f' ) . ''
?>
' . esc_html__( 'Post navigation', 'canuck' ) . '';
next_post_link( '
%link ' . canuck_svg( 'angle-double-right', '14', '#7f7f7f' ) . '' . __( 'Next Post', 'canuck' ) . ' :
', '%title', false, $exclude );
previous_post_link( '
' . canuck_svg( 'angle-double-left', '14', '#7f7f7f' ) . '' . __( 'Previous Post', 'canuck' ) . ' : %link
', '%title', false, $exclude );
}
?>