alpha
Login
or
Join now
aly.codes
/
haunt
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A demon compendium, deterministically derived from DIDs + PDS records.
haunt.at
atmosphere
atproto
Star
0
Fork
1
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 og
author
Aly Raffauf
date
4 days ago
(Jul 23, 2026, 1:21 AM -0400)
commit
985cc942
985cc94246f6291b8235045554a65aeacfa797fd
parent
0e1a072b
0e1a072bbfdd07fb45ffdf4531de7a575bc62e2f
+4
-4
1 changed file
Expand all
Collapse all
Unified
Split
index.html
+4
-4
index.html
View file
Reviewed
···
11
11
<meta property="og:type" content="website" />
12
12
<meta property="og:url" content="https://haunt.at/" />
13
13
<meta property="og:site_name" content="haunt.at" />
14
14
-
<meta property="og:title" content="haunt.at — a compendium of the atmosphere" />
14
14
+
<meta property="og:title" content="haunted.at — an atmosphere compendium" />
15
15
<meta property="og:description" content="Visit a presence on the AT Protocol." />
16
16
<meta property="og:image" content="https://haunt.at/og.png" />
17
17
-
<meta property="og:image:alt" content="haunt.at — a compendium of the atmosphere" />
17
17
+
<meta property="og:image:alt" content="haunted.at — an atmosphere compendium" />
18
18
<meta name="twitter:card" content="summary" />
19
19
-
<meta name="twitter:title" content="haunt.at — a compendium of the atmosphere" />
19
19
+
<meta name="twitter:title" content="haunted.at — an atmosphere compendium" />
20
20
<meta name="twitter:description" content="Visit a presence on the AT Protocol." />
21
21
<meta name="twitter:image" content="https://haunt.at/og.png" />
22
22
-
<meta name="twitter:image:alt" content="haunt.at — a compendium of the atmosphere" />
22
22
+
<meta name="twitter:image:alt" content="haunted.at — an atmosphere compendium" />
23
23
<title>haunt</title>
24
24
</head>
25
25