- Go to Design>edit HTML in your Blogger dashboard.
- Search for tag: <title><data:blog.pageTitle/></title>
- Replace the tag with the following code:
- Save your new template.
- View your blog. You should see the results in your web browser as shown below.
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
No comments:
Post a Comment