diff --git a/_config.yml b/_config.yml index f78f737e..3ffaf824 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,7 @@ words_per_minute : 200 comments: provider : "staticman_v2" staticman: - allowedFields : ["name", "email", "url", "message"] + allowedFields : ["name", "email", "message"] repository : Decentralized-ID/decentralized-id.github.io branch : "master" commitMessage : "New comment by {fields.name}" diff --git a/_includes/comments.html b/_includes/comments.html index ea3423da..8d7db881 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -19,12 +19,6 @@ {% when "discourse" %}

{{ comments_label }}

- {% when "disqus" %} -

{{ comments_label }}

-
- {% when "facebook" %} -

{{ comments_label }}

-
{% when "staticman_v2" %}
{% if site.repository and site.staticman.branch %} @@ -69,7 +63,7 @@ -
+ diff --git a/staticman.yml b/staticman.yml index 0dcc1ace..d1c86dd1 100644 --- a/staticman.yml +++ b/staticman.yml @@ -2,7 +2,7 @@ # https://api.staticman.net/v2/encrypt/{TEXT TO BE ENCRYPTED} comments: - allowedFields: ["name", "email", "url", "message"] + allowedFields: ["name", "email", "message"] allowedOrigins: ["decentralized-id.com"] branch: "master" commitMessage: "New comment by {fields.name}"