mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 18:26:15 +02:00
enhanced print view
This commit is contained in:
@@ -28,7 +28,7 @@ const Post: React.FC<Props> = ({ post }: Props) => {
|
||||
<Author />
|
||||
</div>
|
||||
|
||||
<div className={styles.comments}>
|
||||
<div className={`${styles.comments} hideInPrintView`}>
|
||||
<Comments postSlug={slug} postTitle={post.frontmatter.title} />
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user