Skip to content

Commit

Permalink
Update PostLayout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitLib authored Sep 23, 2024
1 parent b040286 commit b5f67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/PostLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { frontmatter } = Astro.props;
const { title, step, img_path, img_alt } = frontmatter;
const allPosts = await Astro.glob("../pages/posts/*mdx");
const allPosts = await Astro.glob("../pages/posts/*.mdx");
// TODO: add tags here
---

Expand Down

0 comments on commit b5f67d2

Please sign in to comment.