{post.data.series.name} #{post.data.series.part}
) }{post.data.title}
{ post.data.tags.length > 0 && ( ) }{post.data.series.name}
Browse the blogThis post is part of an ongoing series about building warm, intentional places on the web.
-
{seriesPosts.map((seriesPost) => (
- {seriesPost.slug === post.slug ? ( #{seriesPost.data.series?.part}{" "} {seriesPost.data.title} ) : ( #{seriesPost.data.series?.part} {seriesPost.data.title} )} ))}
Future Coffee & Code entries will show up here as they are written.