From a57dcf27cb31646b8790474ad0be9884ba99ae62 Mon Sep 17 00:00:00 2001 From: Daniel Schroeder Date: Mon, 17 Feb 2020 14:28:33 -0600 Subject: [PATCH] fix: Do not redirect user away from site after they submit a comment (#2402) --- _includes/comments-providers/staticman_v2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/comments-providers/staticman_v2.html b/_includes/comments-providers/staticman_v2.html index ae3991d..3d8ba11 100644 --- a/_includes/comments-providers/staticman_v2.html +++ b/_includes/comments-providers/staticman_v2.html @@ -1,4 +1,4 @@ -{% if site.repository and site.staticman.branch %} +{% if site.repository and site.comments.staticman.branch %}