summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-05-24 09:48:37 -0400
committerFreya Murphy <freya@freyacat.org>2024-05-24 09:48:37 -0400
commit2fcfcee53f8be7961affd5eab798a7a676661edc (patch)
treef84323e434dc97c88fe898dfc3d879dedfda39f5
parentinitial (diff)
downloadwebsite-2fcfcee53f8be7961affd5eab798a7a676661edc.tar.gz
website-2fcfcee53f8be7961affd5eab798a7a676661edc.tar.bz2
website-2fcfcee53f8be7961affd5eab798a7a676661edc.zip
masto-gone
-rw-r--r--src/web/_views/apps/home.php4
-rw-r--r--src/web/lang/apps/home.php1
2 files changed, 0 insertions, 5 deletions
diff --git a/src/web/_views/apps/home.php b/src/web/_views/apps/home.php
index 8e59423..bb88e42 100644
--- a/src/web/_views/apps/home.php
+++ b/src/web/_views/apps/home.php
@@ -44,10 +44,6 @@
<th><?=lang('contact_xmpp')?></th>
<td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td>
</tr>
- <tr>
- <th><?=lang('contact_mastodon')?></th>
- <td><a href="https://social.freya.cat/@freya">@freya@freya.cat</a></td>
- </tr>
</tbody>
</table>
</div>
diff --git a/src/web/lang/apps/home.php b/src/web/lang/apps/home.php
index b3e3a16..0522105 100644
--- a/src/web/lang/apps/home.php
+++ b/src/web/lang/apps/home.php
@@ -32,4 +32,3 @@ $lang['contact'] = 'Contact Me';
$lang['contact_email'] = 'Email';
$lang['contact_matrix'] = 'Matrix';
$lang['contact_xmpp'] = 'XMPP';
-$lang['contact_mastodon'] = 'Mastodon';