diff --git a/site/src/components/typography/A.astro b/site/src/components/typography/A.astro index 595cbc74..5b706dc7 100644 --- a/site/src/components/typography/A.astro +++ b/site/src/components/typography/A.astro @@ -11,6 +11,4 @@ type Props = Polymorphic<{ as: Tag }> & { const { as: Tag = 'a', class: className, ...props } = Astro.props; --- - - - + diff --git a/site/src/content/blog/2099-12-31-blog-component-test.mdx b/site/src/content/blog/2099-12-31-blog-component-test.mdx index 652fefe6..34ded3cf 100644 --- a/site/src/content/blog/2099-12-31-blog-component-test.mdx +++ b/site/src/content/blog/2099-12-31-blog-component-test.mdx @@ -1,7 +1,7 @@ --- title: 'Blog Component Test' description: 'A dev-only blog post for testing blog components and MDX features' -authors: [darius-cepulis] +authors: [darius-cepulis, steve-heffernan, matthew-mcclure] devOnly: true ogImage: '../../assets/blog/2099-12-31-blog-component-test/og.png' --- @@ -218,4 +218,3 @@ Xn + Yn = Zn Press CTRL + ALT + Delete to end the session. Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. - diff --git a/site/src/pages/blog/[...slug].astro b/site/src/pages/blog/[...slug].astro index b140a299..26f8877d 100644 --- a/site/src/pages/blog/[...slug].astro +++ b/site/src/pages/blog/[...slug].astro @@ -96,9 +96,7 @@ const jsonLdSchema = createBlogPostingSchema({ {part.value} ) : ( - - {part.value} - + {part.value} ), ) }