diff --git a/templates/article.html b/templates/article.html index e1a787d..ee25342 100644 --- a/templates/article.html +++ b/templates/article.html @@ -144,24 +144,21 @@ {% if COMMENTS is sameas True %}
-

Comments?

- - -
+

Comments

+ {{ COMMENT_EMBED }}
{% endif %} {% if MASTODON_COMMENTS is sameas True %}
-
-

Click Here to Comment on Mastodon.

-

If its your first time commenting, click here to figure it out.

+

Comment on Mastodon

+ {{ MASTODON_EMBED }}
{% endif %} {% if TWITTER_COMMENTS is sameas True %}
-
+

Comment on Twitter

To join a conversation on Twitter click here.

{% endif %}