1.First go to 'edit html' page in blogger.
2.Click (ctrl+F) and find the code below:
<title><data:blog.pageTitle/></title>
3.Replace it with the following 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>
As simple as that.
No comments:
Post a Comment