diff options
-rw-r--r-- | src/web/_views/apps/home.php | 4 | ||||
-rw-r--r-- | src/web/lang/apps/home.php | 1 |
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'; |