Use this template for drop-in replacement from the jekyll-redirect-from style of creating redirect files from old routes to the route of the current page.
In the front matter or data of a page, add one or many redirects:
Single
redirect_from: /old-url/page
Multiple
redirect_from: [/old-url/page, /some-other-page]
Great functionality thanks.