Add include for Staticman v2 form script

This commit is contained in:
Michael Rose 2017-10-04 14:24:06 -04:00
parent 6030450ac1
commit ac929052dd

View file

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