diff --git a/src/components/Footer.astro b/src/components/Footer.astro index ac382ea..9f5012c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -38,4 +38,4 @@ } - + diff --git a/src/components/Header.astro b/src/components/Header.astro index 0afc660..e039e7e 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -40,4 +40,4 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$"; } - + diff --git a/src/layouts/GitLayout.astro b/src/layouts/GitLayout.astro index 46c0ba1..d7ca0b4 100644 --- a/src/layouts/GitLayout.astro +++ b/src/layouts/GitLayout.astro @@ -10,7 +10,7 @@ const { frontmatter, post } = Astro.props; - +
diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 734fa0d..e0b2cbe 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -72,9 +72,9 @@ const topicColor = getTopicColor(post?.collection); - + - {frontmatter.scripts?.map((src) => +
diff --git a/src/pages/git.astro b/src/pages/git.astro index 857afcf..e1672be 100644 --- a/src/pages/git.astro +++ b/src/pages/git.astro @@ -11,7 +11,7 @@ repos.sort(sortItem); - +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 08bedd2..60a885a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -64,5 +64,5 @@ for (const c of CATS) { - +