You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the destination page, add a redirect_from: line in the front-matter at the top, giving the URL of the old page.
---
layout: home
toc: true
title: Recruitment
redirect_from: "/resources/recruitment/"
---
It is also possible to give multiple values, see this example from Clare's website.
More complicated cases
If there isn't a 1:1 mapping between old page and new, then an intermediate page can be created - so the old page redirects to the intermediate, which contains links to the new locations.