From 7c8f257ba3c1b235e90d2d552fffac0fe5842505 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Thu, 28 May 2026 19:26:55 +0000 Subject: [PATCH] feat(site): advertise standard.site publication record in bluesky's link-unfurl proxy (cardyb) reads to render a rich publication embed. zat.dev is a registered site.standard.publication but wasn't emitting the tag, so pasted links got no preview. add the link-rel (mirroring leaflet's output) plus a basic OG/twitter card block for clients without standard.site support. note: SPA serves one index.html for all routes, so this covers the publication homepage; per-document previews would need SSR/per-route tags. Co-Authored-By: Claude Opus 4.8 (1M context) --- site/index.html | 16 ++++++++++++++++ 1 file(s) changed, 16 insertion(s)(+), 0 deletion(s)(-) diff --git a/site/index.html b/site/index.html --- a/site/index.html +++ b/site/index.html @@ -6,6 +6,22 @@ zat.dev + + + + + + + + + + + + + + + -- tangled.sh