This article will help you add a description for the link to the title of the article. When you move the mouse into the article title will show the description for that link.
1 : Login blogger >> Edit HTML >>
a: Ctrl F
<a expr:href='data:post.link'><data:post.title/></a>
Replace it with the code below
expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
b: Ctrl F
<a expr:href='data:post.url'><data:post.title/></a>
Replace it with the code below
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>
2: Save