1. Edit your blog template HTML (go to Layout , Edit HTML) and search (Ctrl+F for FireFox) for this line :
<title><data:blog.pageTitle/></title>2. Replace it with this code:
<b:if cond='data:blog.pageType == "item"'> <title> <data:blog.pageName/> | <data:blog.title/> </title> <b:else/> <title> <data:blog.pageTitle/> </title> </b:if>3. The character in red is separating the post title from the blog title, you can use any other character or keyword instead.
0 comments:
Post a Comment