From ac929052ddb7dc0cc4d5fddebd4d02992b572bae Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 4 Oct 2017 14:24:06 -0400 Subject: [PATCH] Add include for Staticman v2 form script --- docs/_includes/comments-providers/scripts.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_includes/comments-providers/scripts.html b/docs/_includes/comments-providers/scripts.html index 1eb536f2..14650ec7 100644 --- a/docs/_includes/comments-providers/scripts.html +++ b/docs/_includes/comments-providers/scripts.html @@ -10,6 +10,8 @@ {% include /comments-providers/google-plus.html %} {% when "staticman" %} {% include /comments-providers/staticman.html %} + {% when "staticman_v2" %} + {% include /comments-providers/staticman_v2.html %} {% when "custom" %} {% include /comments-providers/custom.html %} {% endcase %}