diff --git src/wp-content/themes/twentyfifteen/sidebar.php src/wp-content/themes/twentyfifteen/sidebar.php
index a8a40d5..6119024 100644
--- src/wp-content/themes/twentyfifteen/sidebar.php
+++ src/wp-content/themes/twentyfifteen/sidebar.php
@@ -9,7 +9,6 @@
 
 if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( 'sidebar-1' )  ) : ?>
 	<div id="secondary" class="secondary">
-		<?php if ( has_nav_menu( 'primary' ) ) : ?>
 		<nav id="site-navigation" class="main-navigation" role="navigation">
 			<?php
 				wp_nav_menu( array(
@@ -18,7 +17,6 @@ if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar(
 				) );
 			?>
 		</nav><!-- .main-navigation -->
-		<?php endif; ?>
 
 		<?php if ( has_nav_menu( 'social' ) ) : ?>
 		<nav id="social-navigation" class="social-navigation" role="navigation">
@@ -39,4 +37,4 @@ if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar(
 		</div><!-- .widget-area -->
 		<?php endif; ?>
 	</div><!-- .secondary -->
-<?php endif; ?>
\ No newline at end of file
+<?php endif; ?>
