You can customize your blogger's (blogspot) blog title the way you want. On the home page you will display your blog title and on other pages you can display page's title as of your post heading.
<head>
<title><b:if cond='data:blog.url==data:blog.homepageUrl'><data:blog.pageTitle/><b:else/><data:blog.pageName/> | <data:blog.title/></b:if></title>
</head>
The above code will display your Blog Name on home page and on other pages it will display your post's heading + "|" + "your blog name" as Page title.
For more similar tricks: bloggertricks.com
# 1 - by The Editor
Great post I’ve been seaching for this one for a long time!
# 2 - by The Editor
Great post I’ve been seaching for this one for a long time!
# 3 - by Joseph
Excellent work! You have saved others a lot of time!
# 4 - by Joseph
Excellent work! You have saved others a lot of time!