diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:48:37 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:48:37 -0400 |
commit | 2fcfcee53f8be7961affd5eab798a7a676661edc (patch) | |
tree | f84323e434dc97c88fe898dfc3d879dedfda39f5 /src | |
parent | initial (diff) | |
download | website-2fcfcee53f8be7961affd5eab798a7a676661edc.tar.gz website-2fcfcee53f8be7961affd5eab798a7a676661edc.tar.bz2 website-2fcfcee53f8be7961affd5eab798a7a676661edc.zip |
masto-gone
Diffstat (limited to 'src')
-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'; |