2009年6月21日 星期日

How to Change your Blogger Title Tags

Here is what you should do:



  1. Go to Layout>Edit HTML in your Blogger dashboard.

  2. 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 == &quot;index&quot;'>

    <title><data:blog.title/></title>

    <b:else/>

    <title><data:blog.pageName/></title>

    </b:if>




  3. Finally, save your template.

0 评论: