Browse Source

Bug fix missing homepage title

Luca 8 years ago
parent
commit
f46857cbc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      header.php

+ 1 - 1
header.php

@@ -7,7 +7,7 @@
 		<meta charset="<?php bloginfo( 'charset' ); ?>">
 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
 																		
-		<title><?php wp_title('|', true, 'right'); ?></title>
+		<title><?php wp_title('|', true, 'right'); bloginfo('name'); echo " | "; bloginfo('description'); ?></title>
 				
 		<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?>