diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-03 04:21:09 +0000 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-03 04:21:09 +0000 |
| commit | 67479c967198f2c054b2631d2826956d44ba16f6 (patch) | |
| tree | 45f4c9fb99802d6ec025c7de697621b20835cc8f /src/web/_views/home/main.php | |
| parent | do cache blog index page (diff) | |
| download | website-67479c967198f2c054b2631d2826956d44ba16f6.tar.gz website-67479c967198f2c054b2631d2826956d44ba16f6.tar.bz2 website-67479c967198f2c054b2631d2826956d44ba16f6.zip | |
add fediverse links
Diffstat (limited to 'src/web/_views/home/main.php')
| -rw-r--r-- | src/web/_views/home/main.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php index fc3799a..09d13de 100644 --- a/src/web/_views/home/main.php +++ b/src/web/_views/home/main.php @@ -48,6 +48,10 @@ <th><?=lang('contact_xmpp')?></th> <td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td> </tr> + <tr> + <th><?=lang('contact_sharkey')?></th> + <td><a rel="me" href="https://social.freya.cat/@freya">@freya@freya.cat</a></td> + </tr> <tr> <th>XSSbook</th> <td><a href="https://xssbook.com/profile?id=7">Admin istrator</a></td> |