1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-23 01:30:09 +01:00

missed a space

This commit is contained in:
Matthias Kretschmann 2016-01-07 16:43:08 +01:00
parent 7ae3925bc5
commit 5c9f924f7d

View File

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