From 711f78eb06d5c4724c68533988b9d1ae592c85b2 Mon Sep 17 00:00:00 2001
From: Charlotte Som <charlotte@som.codes>
Date: Mon, 3 Mar 2025 12:58:16 +0000
Subject: [PATCH] reorder social links

---
 public/index.html | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/public/index.html b/public/index.html
index e44cd8a..5c37624 100644
--- a/public/index.html
+++ b/public/index.html
@@ -64,16 +64,17 @@
         <h2>find me on the web:</h2>
 
         <ul class="inline-list">
-          <li><a rel="me" href="https://twitter.com/char_bun">twitter</a></li>
-          <li>
-            <a rel="me" href="https://soundcloud.com/char-lt">soundcloud</a>
-          </li>
-          <li>
-            <a rel="me" href="https://trans.enby.town/charlotte">fediverse</a>
-          </li>
           <li>
             <a rel="me" href="https://pet.bun.how">bluesky</a>
           </li>
+          <li><a rel="me" href="https://twitter.com/char_bun">twitter</a></li>
+          <li>
+            <a rel="me" href="https://trans.enby.town/charlotte">fediverse</a>
+            (trans.enby.town)
+          </li>
+          <li>
+            <a rel="me" href="https://soundcloud.com/char-lt">soundcloud</a>
+          </li>
         </ul>
       </section>