The blogspot URLs listed as examples for how to submit the right
feeds to Planet PostgreSQL were hyperlinked with <a> tags, which
drives traffic to a non-postgres blog. Fix by removing the links
making it plain text.
Discussion: https://postgr.es/m/
1acf4e56-6669-6f18-b71c-
b977641e07eb@postgresql.org
code are:</p>
<ul>
- <li>Feedurl: <a href="http://blogname.blogspot.com/search/label/postgresql">http://blogname.blogspot.com/search/label/postgresql</a>
+ <li>Feedurl: http://blogname.blogspot.com/search/label/postgresql
</li>
- <li>Blogurl: <a
- href="http://blogname.blogspot.com/feeds/posts/default/-/postgresql">http://blogname.blogspot.com/feeds/posts/default/-/postgresql</a>
+ <li>Blogurl: http://blogname.blogspot.com/feeds/posts/default/-/postgresql
</li>
</ul>