diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-03-19 20:17:11 +0100 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-03-19 20:17:11 +0100 |
commit | 1ccfce7d9ba53c2812f179c3cff4ecc32e0329bc (patch) | |
tree | 1060fce6e9869af695ba983146c912edab2f1dd3 | |
parent | 11e2cd680b12ebcfb4004c654f045951d908d4b7 (diff) | |
download | metamuffin-website-1ccfce7d9ba53c2812f179c3cff4ecc32e0329bc.tar metamuffin-website-1ccfce7d9ba53c2812f179c3cff4ecc32e0329bc.tar.bz2 metamuffin-website-1ccfce7d9ba53c2812f179c3cff4ecc32e0329bc.tar.zst |
added links to social.metamuffin.org
-rw-r--r-- | views/contact.pug | 1 | ||||
-rw-r--r-- | views/services.pug | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/views/contact.pug b/views/contact.pug index 39384f6..5759e39 100644 --- a/views/contact.pug +++ b/views/contact.pug @@ -5,5 +5,6 @@ block content h2 contact ul li matrix: #[a(href="https://matrix.to/#/@metamuffin:metamuffin.org") @metamuffin:metamuffin.org] + li fedi: #[a(href="https://social.metamuffin.org/@metamuffin") @metamuffin@social.metamuffin.org] li thats it. diff --git a/views/services.pug b/views/services.pug index b1d0b6a..4aacc38 100644 --- a/views/services.pug +++ b/views/services.pug @@ -8,5 +8,6 @@ block content li #[a(href="https://lsvp.metamuffin.org") lsvp.metamuffin.org] - libresyncedvideoplayer li #[a(href="https://meet.metamuffin.org") meet.metamuffin.org] - keks-meet li #[a(href="https://s.metamuffin.org") s.metamuffin.org] - static file hosting (see #[a(href="/projects") projects]) + li #[a(href="https://social.metamuffin.org") social.metamuffin.org] - misskey instance (view-only, does not accept registrations though) p if you have any suggestions for improvements, #[a(href="./contact") contact me]. |