Files for my website bwc9876.dev
0
fork

Configure Feed

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

Use favicon.ico like normal human

Ben C 3a852c04 28f9ed22

+3 -3
public/favicon.ico

This is a binary file and will not be displayed.

public/favicon.png

This is a binary file and will not be displayed.

+1 -2
src/layouts/Layout.astro
··· 56 56 <meta property="og:image:alt" content={og.alt} /> 57 57 <meta name="twitter:title" content={fullTitle} /> 58 58 <meta name="twitter:description" content={description} /> 59 - <meta name="twitter:card" content="summary_large_image" /> 60 59 <meta name="twitter:image" content={og.src} /> 61 60 <link rel="canonical" href={canonical} /> 62 - <link rel="icon" href="/favicon.png" /> 61 + <link rel="icon" href="/favicon.ico" /> 63 62 <link 64 63 rel="alternate" 65 64 type="application/rss+xml"
+2 -1
src/pages/uses.astro
··· 119 119 </p> 120 120 <h4> 121 121 <ExtLink href="https://github.com/pythops/impala">impala</ExtLink>, <ExtLink 122 - href="https://github.com/pythops/bluetui">bluetui</ExtLink> 122 + href="https://github.com/pythops/bluetui">bluetui</ExtLink 123 + > 123 124 </h4> 124 125 <p>Both TUIs for managing Wifi/Bluetooth, very handy!</p> 125 126