change mastodon link
authorVik Fearing <vik@chouppes.com>
Mon, 28 Aug 2023 12:21:26 +0000 (14:21 +0200)
committerVik Fearing <vik@chouppes.com>
Mon, 28 Aug 2023 12:21:26 +0000 (14:21 +0200)
templates/base.html
templates/pages/contact.html

index a47afedd3b95d353a82e056630479b148fb21a87..434b3285123f5f000ec2d234b065a28535d49a56 100644 (file)
@@ -78,7 +78,7 @@
       <div class="social-media">
         <a class="sm-email" href="mailto:contact@pgday.uk"><i class="fa-solid fa-envelope"></i></a>
         <a class="sm-twitter" href="https://twitter.com/PostgresUK"><i class="fa-brands fa-twitter"></i></a>
-        <a class="sm-mastodon" href="https://mastodon.social/@pgdayuk" rel="me"><i class="fa-brands fa-mastodon"></i></a>
+        <a class="sm-mastodon" href="https://fosstodon.org/@postgresuk" rel="me"><i class="fa-brands fa-mastodon"></i></a>
       </div>
 
       <div class="your-stuff{% if not cfr.open %}-hidden{% endif %}">
index d9f7dc20258ef52e8386eaf3f28ebeba01319e04..5421ce6cf0689659c4f52a79430ef4a99ecbe22c 100644 (file)
@@ -10,7 +10,7 @@
   The best way to get in touch with the conference staff is to send us an email to
   <a href="mailto:contact@pgday.uk">contact@pgday.uk</a>.  You can also engage with
   us on <i class="fab fa-twitter"></i> Twitter at <a href="https://twitter.com/postgresuk">@postgresuk</a>
-  or on <i class="fab fa-mastodon"></i> Mastodon at <a href="https://mastodon.social/@pgdayuk">@pgdayuk</a>.
+  or on <i class="fab fa-mastodon"></i> Mastodon at <a href="https://fosstodon.org/@postgresuk">@postgresuk</a>.
 </p>
 
 {% endblock %}