Less mastodon-centric wording (e.g Akkoma and Sharkey can be used for comments just fine)

This commit is contained in:
daudix
2024-02-12 22:32:01 +03:00
parent 9e8217d1ba
commit e03bfb8298

View File

@ -1,15 +1,15 @@
<!-- Taken from the https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ --> <!-- Taken from the https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ -->
{% if page.extra.comments.host %} {% if page.extra.comments.host %}
{% set host = page.extra.comments.host %} {% set host = page.extra.comments.host %}
{% else %} {% else %}
{% set host = config.extra.comments.host %} {% set host = config.extra.comments.host %}
{% endif %} {% endif %}
{% if page.extra.comments.user %} {% if page.extra.comments.user %}
{% set username = page.extra.comments.user %} {% set username = page.extra.comments.user %}
{% else %} {% else %}
{% set username = config.extra.comments.user %} {% set username = config.extra.comments.user %}
{% endif %} {% endif %}
{% set id = page.extra.comments.id %} {% set id = page.extra.comments.id %}
@ -20,12 +20,12 @@
<h2>Comments</h2> <h2>Comments</h2>
<p> <p>
You can respond to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> with an account on the You can respond to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> with an account on the
Fediverse (e.g Mastodon, Akkoma, Sharkey). Fediverse (e.g Mastodon, Akkoma, Sharkey or any Mastodon API compatible server).
</p> </p>
<p> <p>
<small> <small>
Since Fediverse is decentralized, you can use your existing Mastodon or a compatible account if you don't have an Since Fediverse is decentralized, you can use your existing Mastodon API compatible account if you don't have an
account on this one. Known non-private replies are displayed below. account on this server. Known non-private replies are displayed below.
</small> </small>
</p> </p>