Here is what you should do:
- Go to Layout>Edit HTML in your Blogger dashboard.
- Find this line of code:
<title><data:blog.pageTitle/></title>
And replace this entire line with the following section of code instead:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
- Finally, save your template.

0 评论:
发表评论