nathanupchurch.com/_includes/mastodonComments.njk

13 lines
353 B
Plaintext

{% if mastodon_id %}
<section class="" id="comment-section">
<div class="continue-discussion">
<a class="link-button" href="https://{{ metadata.mastodonHost }}/@{{ metadata.mastodonUser }}/{{ mastodon_id }}">
<button type="button">
<img src="/img/mastodon.svg">
Discuss on Mastodon &#187;
</button>
</a>
</div>
</section>
{% endif %}