From e03bfb8298956a89d72377ce9c0f239cdf8bfbad Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 12 Feb 2024 22:32:01 +0300 Subject: [PATCH] Less mastodon-centric wording (e.g Akkoma and Sharkey can be used for comments just fine) --- templates/partials/comments.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/partials/comments.html b/templates/partials/comments.html index b7da578..bdbe870 100644 --- a/templates/partials/comments.html +++ b/templates/partials/comments.html @@ -1,15 +1,15 @@ {% if page.extra.comments.host %} -{% set host = page.extra.comments.host %} + {% set host = page.extra.comments.host %} {% else %} -{% set host = config.extra.comments.host %} + {% set host = config.extra.comments.host %} {% endif %} {% if page.extra.comments.user %} -{% set username = page.extra.comments.user %} + {% set username = page.extra.comments.user %} {% else %} -{% set username = config.extra.comments.user %} + {% set username = config.extra.comments.user %} {% endif %} {% set id = page.extra.comments.id %} @@ -20,12 +20,12 @@

Comments

You can respond to this post with an account on the - Fediverse (e.g Mastodon, Akkoma, Sharkey). + Fediverse (e.g Mastodon, Akkoma, Sharkey or any Mastodon API compatible server).

- Since Fediverse is decentralized, you can use your existing Mastodon or a compatible account if you don't have an - account on this one. Known non-private replies are displayed below. + Since Fediverse is decentralized, you can use your existing Mastodon API compatible account if you don't have an + account on this server. Known non-private replies are displayed below.