Added the commenting link

This commit is contained in:
Jeff MacKinnon 2022-05-13 15:37:36 -03:00
parent 7b46df8467
commit 46dee697fe

View file

@ -143,6 +143,13 @@ Published: <time class="published" datetime="{{ article.date.isoformat() }}">
</div> </div>
{% endif %} {% endif %}
</footer><!-- /.post-info --> </footer><!-- /.post-info -->
{% if MASTODON_COMMENTS is sameas True %}
<br />
<p><strong><a href="{{ SITEURL }}/mastodon-comments/bot.php?title={{ article.title|striptags }}&url={{ SITEURL }}/{{ article.url }}{% if article.photo_image %}&image=../{{ article.photo_image[1] }}{% endif %}">Click Here to Comment on Mastodon.</a></strong></p>
<p>If its your first time commenting, <a href="https://jeffmackinnon.com/commenting-on-blog-with-mastodon.html">click here</a> to figure it out.</p>
{% endif %}
</div><!-- /.entry-content --> </div><!-- /.entry-content -->
</section> </section>
{% endblock %} {% endblock %}