mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
reword about page to fix grammer
This commit is contained in:
parent
277b21b8a0
commit
dc6cd87a15
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-md-8 position-relative main_pane">
|
<div class="col-12 col-md-8 position-relative main_pane">
|
||||||
<h1>{{ _('About %(site_name)s', site_name=g.site.name) }}</h1>
|
<h1>{{ _('About %(site_name)s', site_name=g.site.name) }}</h1>
|
||||||
<p> {{ g.site.name }} is a <a href="https://join.piefed.social/">pyfedi</a> instance created on
|
<p> This site is a <a href="https://join.piefed.social/">PieFed</a> instance created on
|
||||||
{{instance.created_at.strftime('%d-%m-%Y')}}. It is home to <a href="/people">{{user_amount}} users</a>
|
{{instance.created_at.strftime('%d-%m-%Y')}}. It is home to <a href="/people">{{user_amount}} users</a>
|
||||||
(of which {{mau}} active in the last month). In <a href="/communities/local"> {{community_amount}} communities</a>
|
(of which {{mau}} were active in the last month). In <a href="/communities/local"> {{community_amount}} communities</a>
|
||||||
we discussed content from <a href="/domains">{{domains_amount}} domains</a> websites and made
|
we discussed content from <a href="/domains">{{domains_amount}}</a> websites and made
|
||||||
{{posts_amount}} posts.</p>
|
{{posts_amount}} posts.</p>
|
||||||
<h2>{{ _('Team') }}</h2>
|
<h2>{{ _('Team') }}</h2>
|
||||||
<p>This instance is administered by {% for admin in admins %}<a href="/u/{{ admin.user_name }}">{{ admin.user_name }}</a>{{ ", " if not loop.last }}{% endfor %}.</p>
|
<p>This instance is administered by {% for admin in admins %}<a href="/u/{{ admin.user_name }}">{{ admin.user_name }}</a>{{ ", " if not loop.last }}{% endfor %}.</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue