Browse Source

Fix conditional.

Kjell Reigstad 4 years ago
parent
commit
1717a31470
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blank-canvas/header.php

+ 1 - 1
blank-canvas/header.php

@@ -28,7 +28,7 @@ $header_class = $show_title ? 'site-title' : 'screen-reader-text';
 <div id="page" class="site">
 	<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'blank-canvas' ); ?></a>
 
-	<?php if ( ! is_singular() ) { ?>
+	<?php if ( ! is_singular() ) : ?>
 		<header id="masthead" class="<?php echo $header_classes; ?>" role="banner">
 			<?php if ( has_custom_logo() && $show_title ) : ?>
 				<div class="site-logo"><?php the_custom_logo(); ?></div>