Don't actively link to example URLs
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 8 Oct 2021 08:42:05 +0000 (10:42 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 8 Oct 2021 08:42:05 +0000 (10:42 +0200)
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

templates/pages/about/policies/planet-postgresql.html

index fa3613e41d3222c19308fa4bcddbf05204aadaf5..5ba07c260bbdc7f3e999ecade27b41d649a7284a 100644 (file)
     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>