enhanced print view

This commit is contained in:
2022-09-17 20:02:58 +02:00
parent 3c010efb59
commit 63d010d04a
28 changed files with 2169 additions and 1979 deletions

View File

@@ -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>