diff --git a/_includes/comments.html b/_includes/comments.html index 40b03597..6562f128 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -12,7 +12,7 @@
{% when "staticman_v2" %}
- {% if site.repository and site.staticman.branch %} + {% if site.repository and site.comments.staticman.branch %}
{% if site.data.comments[page.slug] %} @@ -35,7 +35,7 @@

{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}

{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} *

-
+
{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}