Skip to content

Commit

Permalink
Remove read post link in post list
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Nov 22, 2024
1 parent aa30428 commit b169f08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/_components/PostListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export default (data: PostListItemData, helpers: Lume.Helpers) => {
<div class="post-excerpt">
<p>{post.excerpt}</p>
</div>
<div>
<a href={postUrl}>Read post</a>
</div>
</article>
);
};

0 comments on commit b169f08

Please sign in to comment.