mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
missed a space
This commit is contained in:
parent
7ae3925bc5
commit
5c9f924f7d
@ -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';
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user