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

@ -1,5 +1,5 @@
{% if site.comments.provider and page.comments %}
{% case site.comments.provider %}
{% case site.comments.provider %}
{% when "disqus" %}
{% include /comments-providers/disqus.html %}
{% when "discourse" %}
@ -10,7 +10,9 @@
{% 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 %}
{% endcase %}
{% endif %}