From 7cfbaf609f1421546a400a884913706a81fc00b5 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 29 Aug 2017 02:59:41 +0800 Subject: [PATCH] Fix redirects again I hope --- _layouts/redirect.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 145bc6d73..95df2f1e3 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -1,10 +1,11 @@ +{% assign target = {{ page.redirect.to | remove: '.html' | replace: 'cheatsheets/cheatsheets', 'cheatsheets' %} Redirecting… - - + +

Redirecting...

- Click here if you are not redirected. - + Click here if you are not redirected. +