Downgrade Astro to 2.0.2: styles bad in 2.0.4

This commit is contained in:
prototypa
2023-02-01 16:44:56 -05:00
parent 82b1bef0a2
commit a47d7f6fcb
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ const { post, url } = Astro.props;
</>
)
}
{' '}·{' '}{post.readingTime} min read
{post.readingTime && <> · {post.readingTime} min read</>}
</p>
</div>
<h1