Remove Blog Name from Title on Blogger
It is very easy to hide your blog title on Blogger. You just need to do a simple edit on your template (Design->Edit HTML on Blogger)
Then you find
<title><data:blog.pageTitle/></title>
And replace it with:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Then you find
<title><data:blog.pageTitle/></title>
And replace it with:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
If you want to post your blog in any social network like Facebook that will appear your post title before your blog title kindly follow the below steps :D
Add Post Title Before Blog Title for Better Search Engine Rankings