Add ability to add related links to pages
A common part of the layout of the eclipse.org site on PHP is the "related links" block.
Having this included on pages via frontmatter could be a nice addition
---
title: "Some page"
related:
- text: "Some other page"
href: "https://some-other-website.org/"
---