From d209d4eb53ec9e938e7c22bbb7669f7d4ed1b511 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Fri, 30 Sep 2022 23:25:58 +0200 Subject: [PATCH] change a-propos en la-compagnie --- src/{a-propos.njk => la-compagnie.njk} | 0 src/redirects.md | 1 + 2 files changed, 1 insertion(+) rename src/{a-propos.njk => la-compagnie.njk} (100%) 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.