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 %}