alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix banner
author
damedotblog
date
1 year ago
(Apr 22, 2025, 4:24 PM -0400)
commit
18cfbcad
18cfbcade75c61d45d802fc595b7f9dd46b94834
parent
7cc1e20f
7cc1e20f504e2ed5be4b76d5018116d5909289fc
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
public
index.html
+2
-2
public/index.html
Reviewed
···
14
14
<!-- OpenGraph Meta Tags -->
15
15
<meta property="og:title" content="cred.blue" />
16
16
<meta property="og:description" content="Generate a Bluesky score. Understand your AT Proto data footprint. Vibe check strangers and new accounts." />
17
17
-
<meta property="og:image" content="https://cred.blue/cred-blue-banner.jpg" />
17
17
+
<meta property="og:image" content="https://cred.blue/cred-blue-banner.png" />
18
18
<meta property="og:url" content="https://cred.blue" />
19
19
<meta property="og:type" content="website" />
20
20
···
22
22
<meta name="twitter:card" content="summary_large_image" />
23
23
<meta name="twitter:title" content="cred.blue" />
24
24
<meta name="twitter:description" content="Generate a Bluesky score. Understand your AT Proto data footprint. Vibe check strangers and new accounts." />
25
25
-
<meta name="twitter:image" content="https://cred.blue/cred-blue-banner.jpg" />
25
25
+
<meta name="twitter:image" content="https://cred.blue/cred-blue-banner.png" />
26
26
27
27
<link rel="apple-touch-icon" href="https://cred.blue/credblue-logo-small.png" />
28
28
<link rel="manifest" href="https://cred.blue/manifest.json" />