Files for my website bwc9876.dev
0
fork

Configure Feed

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

Add Twitter

Ben C 395e23f5 e72cca05

+10 -1
+10 -1
src/layouts/Layout.astro
··· 51 51 size={30} 52 52 href="https://github.com/Bwc9876" 53 53 label="GitHub" 54 - placement="left" 54 + placement="bottom" 55 + /> 56 + </li> 57 + <li> 58 + <IconLink 59 + icon="twitter" 60 + size={30} 61 + href="https://twitter.com/Bwc9876" 62 + label="Twitter" 63 + placement="bottom" 55 64 /> 56 65 </li> 57 66 </ul>