From 76d31c0130c87f3d94cde7b667295ff48c917142 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 9 Jan 2024 11:07:35 -0800 Subject: [PATCH] includes: add a redirect macro Usage example: {% include redirect.html redirect_to="page.html" %} Hopefully SEO doesn't hate us too much for doing it this way, but we shall find out. --- _includes/redirect.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _includes/redirect.html diff --git a/_includes/redirect.html b/_includes/redirect.html new file mode 100644 index 0000000000..6baf872e13 --- /dev/null +++ b/_includes/redirect.html @@ -0,0 +1,2 @@ + +