It now looks like this, no links but the code works. The code you gave me vanished my footer completely.
</div><!-- #content -->
<?php get_sidebar( 'footer' ); ?>
<footer id="colophon" class="site-footer">
<?php if ( has_nav_menu ( 'social' ) ) : ?>
<?php wp_nav_menu( array( 'theme_location' => 'social', 'depth' => 1, 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', 'container_class' => 'social-links', ) ); ?>
<?php endif; ?>
<div class="site-info" role="contentinfo">
<?php
$year = date('Y');
if ($year != 2017){
echo '? 2017 – '.$year.' Musely-WD.com';
} else {
echo '? 2017 Musely-WD.com';
}
?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>