Remove Blog Name from Blog Title in Blogger
Wednesday, February 6, 2013

2. Select Template and click Edit HTML and then click proceed.
3. Now search the following code:
<title><data:blog.pageTitle/></title>
and replace it with the following code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
4. Then click Save template and then close.