From 2834c4c23735c662ecc861e8aaa3ca6c0f5f44c2 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Fri, 30 Sep 2022 22:04:17 +0200 Subject: [PATCH] redirige /les-spectacles/ vers /il/ --- src/redirects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redirects.md b/src/redirects.md index f0fe29c..93b81aa 100644 --- a/src/redirects.md +++ b/src/redirects.md @@ -14,7 +14,7 @@ pagination: alias: redirect # Add your redirection tuples to this list! redirects: - - {"from": "/old/", "to": "/new/"} + - {"from": "/les-spectacles/", "to": "/il/"} # 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.