Add Staticman v2 form scripts

This commit is contained in:
Michael Rose 2017-10-04 16:36:24 -04:00
parent 66db4b92b9
commit 8974732330

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