Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Fix post title display in browser tab

lemma (Jun 3, 2026, 11:30 PM -0500) f71e7317 5e09a046

+1 -1
+1 -1
app/routes/post.tsx
··· 89 89 if (indexData.bskyPostRef) setBskyPostRef(indexData.bskyPostRef) 90 90 if (indexData.license) setLicense(indexData.license) 91 91 setOwnerDid(did) 92 - document.title = `${title} — ${SITE_NAME}` 92 + document.title = `${indexData.title} — ${SITE_NAME}` 93 93 const atUri = `at://${did}/site.standard.document/${rkey!}` 94 94 let verificationLink = document.head.querySelector<HTMLLinkElement>('link[rel="site.standard.document"]') 95 95 if (!verificationLink) {