If my rss subscribers are getting a flood of seemingly duplicate postings it is because I decided to reformat my posts a tad to emphasise the awtags links below the node bodies. I edited the awtags source to change the word 'tags:' to the more informative 'Related Topics:' and I edited the awTags_TagLinks css style to delineate the links from the node body:
1 .awTags_TagLinks { 2 padding: 5px; 3 margin: 20px 10px 10px 10px; 4 border-top: 1px solid black; 5 } 6 7 .sticky .awTags_TagLinks { 8 visibility: hidden; 9 display: inline; 10 }Toggle Line Numbers
This also hides awtags from sticky nodes which I use at the top of tag descriptions.

