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.
```
This commit is contained in:
Paul Gauthier 2024-02-11 06:15:54 -08:00
parent f317915e8a
commit 69c32c2903

View file

@ -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.