have title for the front page
This commit is contained in:
parent
429bf75017
commit
da6dc132c7
|
@ -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(); ?>" />
|
||||
|
|
Loading…
Reference in New Issue