tangled
alpha
login
or
join now
flo-bit.dev
/
blento
your personal website on atproto - mirror
blento.app
20
fork
atom
overview
issues
pulls
pipelines
fix
Florian
6 days ago
3a7713ac
ee06bdd8
+3
-1
1 changed file
expand all
collapse all
unified
split
src
lib
cards
StandardSiteDocumentListCard
index.ts
+3
-1
src/lib/cards/StandardSiteDocumentListCard/index.ts
···
30
30
rkey: siteParts.rkey
31
31
});
32
32
33
33
+
if (!publicationRecord.value) continue;
34
34
+
33
35
publications[site] = publicationRecord.value.url as string;
34
36
}
35
37
···
39
41
}
40
42
}
41
43
42
42
-
return records;
44
44
+
return records.filter((r) => r.value?.href);
43
45
},
44
46
45
47
name: 'Blog Posts',