Want to add table of Content in your blog.
here are step:
1. Log in to your blogger account.
2. Go to Layout>>Edit HTML
3. Click on small box Expand widget templates.
4. Find this Code: <b:include data=’post’ name=’post’/>
5. Replace that code with Below code.
<b:if cond=’data:blog.homepageUrl !=
data:blog.url’>
<b:if cond=’data:blog.pageType != “item”‘>
<a expr:href=’data:post.url’>
<div style=”padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid…


