๐ŸŒ mirroring test!
0
fork

Configure Feed

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

fix: add correct mastodon me link to header

+2 -5
+2 -5
index.html
··· 3 3 <head> 4 4 <title>๐Ÿฆ„ shuuji3.xyz</title> 5 5 <meta name="viewport" content="width=device-width,initial-scale=1" /> 6 - <link 7 - rel="shortcut icon" 8 - type="image/x-icon" 9 - href="/favicon.ico" 10 - /> 6 + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> 7 + <link rel="me" href="https://m.webtoo.ls/@shuuji3" /> 11 8 <link rel="stylesheet" href="/style/main.css" /> 12 9 <link rel="stylesheet" href="/style/bulma-v0.7.1.min.css" /> 13 10 <link rel="stylesheet" href="/style/fontawesome-v5.12.0-all.css" />