From c494efbfde55c080d5186ecc740453ff16c40a8d Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Mon, 14 Nov 2022 13:55:53 -0400 Subject: [PATCH] Moved the embed code to the settings --- templates/article.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 %}