Skip to content

Commit 1a2575f

Browse files
authored
Merge pull request #12 from h4sci/blog
fixed some typos
2 parents e6ad134 + fa07c3c commit 1a2575f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/blog.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import { getCollection } from "astro:content";
33
import { Picture } from "astro:assets";
44
import Layout from "@layouts/Layout.astro";
5-
import Container from "@components/container.astro";
6-
import Sectionhead from "@components/sectionhead.astro";
5+
import Container from "@components/Container.astro";
6+
import Sectionhead from "@components/SectionHead.astro";
77
88
// Filter blog entries with 'draft: false' & date before current date
99
const publishedBlogEntries = await getCollection("blog", ({ data }) => {

0 commit comments

Comments
 (0)