this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Use tagline instead of content for preview. Limit tagline to 2 lines of text

BK610 8c36ebaf a14fb420

+2 -2
+2 -2
components/BlogPostPreview.tsx
··· 26 26 })} 27 27 </p> 28 28 <h2 className="mb-1 font-bold">{blogPost.title}</h2> 29 - <p className="text-stone-700 dark:text-stone-100 line-clamp-3"> 30 - {blogPost.content} 29 + <p className="text-stone-700 dark:text-stone-100 line-clamp-2"> 30 + {blogPost.tagline} 31 31 </p> 32 32 </div> 33 33 </div>