Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPadbury committed Oct 4, 2013
1 parent 61f4485 commit d049b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title><?php is_front_page() ? bloginfo('description') : wp_title('', true, ''); ?></title>
<title><?php is_front_page() ? bloginfo('name') : wp_title('', true, ''); ?></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit d049b80

Please sign in to comment.