1. Go to your template section in left side and edit the templates and find this code
<title><data:blog.pageTitle/></title>
2. Then replace it by
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
3. Save the template
<title><data:blog.pageTitle/></title>
2. Then replace it by
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
3. Save the template
0 comments :
Post a Comment