From 69c32c2903abc635f811dff2722bf27b828ec7eb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 11 Feb 2024 06:15:54 -0800 Subject: [PATCH] aider: Add frontmatter for 301 redirect from old URL to new URL. # Aider chat conversation: USER: this post used to be live at /docs/aider-20.html. add frontmatter so that that old url does a 301 redirect to here. ASSISTANT: ```diff --- _posts/2024-02-11-aider-20.html +++ _posts/2024-02-11-aider-20.html @@ ... @@ + +--- +redirect_from: + - /docs/aider-20.html +--- + # Aider v0.20.0 is live Aider v0.20.0 is now available in pypi. ``` --- _posts/2024-02-11-aider-20.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_posts/2024-02-11-aider-20.html b/_posts/2024-02-11-aider-20.html index c65d8f5e8..d0d9c7df0 100644 --- a/_posts/2024-02-11-aider-20.html +++ b/_posts/2024-02-11-aider-20.html @@ -1,4 +1,10 @@ + +--- +redirect_from: + - /docs/aider-20.html +--- + # Aider v0.20.0 is live Aider v0.20.0 is now available in pypi.