diff --git a/docs/src/layouts/BlogPostLayout.astro b/docs/src/layouts/BlogPostLayout.astro index f8c9d82c..f396c01c 100644 --- a/docs/src/layouts/BlogPostLayout.astro +++ b/docs/src/layouts/BlogPostLayout.astro @@ -1,34 +1,37 @@ --- -// BlogPostLayout.astro - A reusable template for blog posts +// BlogPostLayout.astro - A reusable template for blog posts with modern typography // Usage: Just import this layout in your MDX file and wrap your content with it const { frontmatter, hideTitle = false } = Astro.props; const isSplashTemplate = frontmatter.template === 'splash'; import { Icon } from '@astrojs/starlight/components'; +import '../styles/blog-post.css'; --- -
+
-
-
+
+
{!isSplashTemplate && ( -

{frontmatter.title}

+

{frontmatter.title}

)} -

{frontmatter.description}

- -
+

{frontmatter.description}

+ +