missed a space

This commit is contained in:
Matthias Kretschmann 2016-01-07 16:43:08 +01:00
parent 7ae3925bc5
commit 5c9f924f7d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if (is_home()) {
$title = "Blog | ascribe";
}
if ( is_category() || is_tag() ) {
$title = single_term_title( '', false ) . '| Blog | ascribe';
$title = single_term_title( '', false ) . ' | Blog | ascribe';
}
?>