diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 30285c4..d564602 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -3,7 +3,9 @@ import BaseHead from '@components/BaseHead.astro'; import Header from '@components/Header.astro'; import GithubIcon from '@assets/github.svg' -const { title, description, pubDate, updatedDate, gitLink } = Astro.props; +// Has some irrelevant flags that we WILL use in the future. +// const { title, description, pubDate, updatedDate, gitLink } = Astro.props; +const { title, description, gitLink } = Astro.props; ---