ah, I see, yes, I added, the footer, a get post to show a reusable block in the them; that seems to be causing the duplication of the Share
<?php
// get reusable gutenberg block:
$gblock = get_post( 83 );
echo apply_filters( 'the_content', $gblock->post_content );
?>