the home of serif.blue
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add rel==me

dunkirk.sh c7712c27 68238a1a

verified
+7
+7
site/index.html
··· 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 + 6 7 <link rel="icon" href="favicon.svg" type="image/svg+xml" /> 8 + 7 9 <meta 8 10 name="description" 9 11 content="Serif.blue - Fancy projects by Kieran" 10 12 /> 13 + 14 + <link rel="me" href="https://dunkirk.sh" /> 15 + <link rel="me" href="https://bsky.app/profile/dunkirk.sh" /> 16 + <link rel="me" href="https://github.com/taciturnaxolotl" /> 17 + 11 18 <title>Serif.blue</title> 12 19 <style> 13 20 :root {