mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-22 13:25:27 +02:00
back to article list + read only when time is known
This commit is contained in:
@@ -42,7 +42,7 @@ const Feed: React.FC<Props> = ({ edges }: Props) => (
|
||||
</h2>
|
||||
<p className={styles.description}>{edge.node.frontmatter.description}</p>
|
||||
<Link className={styles.more} to={edge.node.fields.slug}>
|
||||
Read ({edge.node.fields.readingTime?.text})
|
||||
{edge.node.fields.readingTime?.text && <>Read ({edge.node.fields.readingTime?.text})</>}
|
||||
</Link>
|
||||
</div>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user