diff --git a/templates/article.html b/templates/article.html index 365c47e..ffdf745 100644 --- a/templates/article.html +++ b/templates/article.html @@ -52,6 +52,14 @@ {% endblock %} +{% block somemorehead %} + {% if article.specialcss %} + + {% endif %} + +{% endblock somemorehead %} + + {% block content %}
@@ -127,12 +135,19 @@ {% 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.

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

To join a conversation on Twitter Click Here, and to start a conversation Click Here

+

In future versions of this theme there will be a bot that will keep track of the comments and display them here, but that is for the future.

+
+ {% endif %} {% if ARTICLE_FOOTER == true %}