summaryrefslogtreecommitdiff
path: root/web/template/about.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/about.tmpl')
-rw-r--r--web/template/about.tmpl18
1 files changed, 17 insertions, 1 deletions
diff --git a/web/template/about.tmpl b/web/template/about.tmpl
index 34fbe2570..6579f492f 100644
--- a/web/template/about.tmpl
+++ b/web/template/about.tmpl
@@ -26,6 +26,22 @@
</div>
<div>
+ <h2 id="languages">Languages</h2>
+ <p>
+ {{ if .languages }}
+ This instance prefers the following languages:
+ <ol>
+ {{range .languages}}
+ <li>{{.}}</li>
+ {{end}}
+ </ol>
+ {{ else }}
+ This instance does not have any preferred languages.
+ {{ end }}
+ </p>
+ </div>
+
+ <div>
<h2 id="contact">Admin Contact</h2>
{{if .instance.ContactAccount}}
<a href="{{.instance.ContactAccount.URL}}" class="account-card">
@@ -81,7 +97,7 @@
<div>
<h2 id="moderated-servers">Moderated servers</h2>
<p>
- ActivityPub instances exchange (federate) data with other servers, including accounts and toots.
+ ActivityPub instances exchange (federate) data with other instances, including accounts and toots.
This can be prevented for specific domains by suspending them. None of their content is stored,
and interaction with their users is blocked both ways.</br>
{{if .blocklistExposed}}