Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
root committed Sep 25, 2016
1 parent 5b0048e commit 8bcd048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Transformice</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php is_front_page() ? bloginfo('description') : wp_title('');?> &raquo; <?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset');?>">
<?php wp_head();?>
</head>
<body>

0 comments on commit 8bcd048

Please sign in to comment.