diff --git a/src/a-propos.njk b/src/la-compagnie.njk similarity index 100% rename from src/a-propos.njk rename to src/la-compagnie.njk diff --git a/src/redirects.md b/src/redirects.md index 93b81aa..1971569 100644 --- a/src/redirects.md +++ b/src/redirects.md @@ -15,6 +15,7 @@ pagination: # Add your redirection tuples to this list! redirects: - {"from": "/les-spectacles/", "to": "/il/"} + - {"from": "/a-propos/", "to": "/la-compagnie/"} # The "permalink" attribute determines where the output page will be located. permalink: "{{ redirect.from }}" # The "redirect" layout just has a small html header with the meta tags that do redirection.