From 28bec2575a488eaeb719c2b4a18ca29f218cabde Mon Sep 17 00:00:00 2001 From: Rahul Bothra Date: Mon, 3 Feb 2020 00:46:54 +0530 Subject: [PATCH] fix 404 redirect URL --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 9d4b6c93..02dcfcaf 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ {% if page.url == "/404.html" %} - + {% endif %} {% if page.snippet %} {% assign desc = page.snippet %}