diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 7f91584..e67b2b3 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -8,7 +8,6 @@ import FormattedDate from '../components/FormattedDate.astro'; type Props = CollectionEntry<'blog'>['data']; const { title, description, pubDate, updatedDate, heroImage } = Astro.props; -console.log('Astro.props', Astro.props) --- diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index cd63598..c40c744 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -21,6 +21,8 @@ const pubDate = post.frontmatter.pubDate ? new Date(post.frontmatter.pubDate) : // * [ ] Determine pubDate based on note type --- +(pubDate && - \ No newline at end of file + +) \ No newline at end of file