I have a blog on Blogspot.
At me a question: How to make so that a post had unique heading?
For example, I know as to make so that at first there was a post name, and trace the blog name. It is necessary to replace here this code:
HTML Code:
<title><data:blog.pageTitle/></title>
on this:
HTML Code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
Then instead of My blog | My post -> My post | My blog
And here is how to make so that was only My post?
|