Here's how: (first of all meta tags to use the old version here)
1. Log in to Blogger and go into HTML edit page
2. Find the code below:
<title><data:blog.pageTitle/></title>
3. Replace it with code below:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4. Save.












