diff options
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> |