Open
Description
On the right of the planet page (Home -> Community -> OCaml Planet) we list the blogs that are signed up:
Clicking on one of them opens the rss (e.g. https://medium.com/feed/ahrefs/tagged/ocaml) rather than the blog itself (e.g. https://tech.ahrefs.com/tagged/ocaml). I suggest adding a link to the blog itself. For example, by adding a link icon next to each blog.
Why
It's common that you want to check out a blog when you come across it.
How
This issue consists in 2 steps:
- for eacth blog, add the blog url to the planet metadata. Note that you can usually find the blog url in the
link
tag of the feed - implement the issue ;)