have title for the front page

This commit is contained in:
Vasil Kolev 2014-10-14 15:56:57 +03:00 committed by Openfest
parent 429bf75017
commit da6dc132c7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="icon" type="image/png" href="">
<title><?php wp_title( ' | ', true, 'right' ); ?></title>
<title><?php is_front_page() ? bloginfo('name') : wp_title( ' | ', true, 'right' ); ?></title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>" />