This hack also adds RSS icon to other pages' feed links in footer, for example in front page the link to the blog posts' feed.
Here's how you can do it: Open template html, select Expand Widget Templates. Search for line:
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
Change to:
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><img src='http://img1.blogblog.com/img/icon_feed12.png'/> <data:f.name/> (<data:f.feedType/>)</a>
Save.
0 comments:
See the hack to make the 'Post a Comment' link bigger.
Post a Comment