diff --git a/templates/blog/src/pages/index.astro b/templates/blog/src/pages/index.astro index 46975d8..31269ef 100644 --- a/templates/blog/src/pages/index.astro +++ b/templates/blog/src/pages/index.astro @@ -30,7 +30,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
  • Edit this page in src/pages/index.astro
  • Edit the site header items in src/components/Header.astro
  • Add your name to the footer in src/components/Footer.astro
  • -
  • Check out the included blog posts in src/pages/blog/
  • +
  • Check out the included blog posts in src/content/blog/
  • Customize the blog post page layout in src/layouts/BlogPost.astro