diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 0e68e94..3ad9030 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -1,7 +1,5 @@ --- -// Import the global.css file here so that it is included on -// all pages through the use of the component. -import '../styles/global.css'; +import '../global.css'; export interface Props { title: string; @@ -41,5 +39,8 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props; - + diff --git a/src/components/ColorScript.astro b/src/components/ColorScript.astro new file mode 100644 index 0000000..e224fc9 --- /dev/null +++ b/src/components/ColorScript.astro @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 9721b37..f038edd 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,19 +1,25 @@ --- -import HeaderLink from './HeaderLink.astro'; -import { SITE_TITLE } from '../config'; +import HeaderLink from "./HeaderLink.astro"; +import { SITE_TITLE } from "../config"; ---
-

- {SITE_TITLE} -

+
+
+

{SITE_TITLE}

+

a blog, or whatever

+
+