Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
niladri-d committed Jan 16, 2025
1 parent 1d6d30b commit abe2215
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
title: "WTF is Jamstack?"
---

import Layout from "../layouts/Layout.astro";
import Header from "../components/Header.astro";
import Intro from "../components/Intro.astro";
Expand All @@ -11,6 +8,7 @@ import WhatIsJamstack from "../components/WhatIsJamstack.astro";
import GettingStarted from "../components/GettingStarted.astro";
import Resources from "../components/Resources.astro";
import About from "../components/About.astro";
---

<Layout title="WTF is Jamstack?">
<Header />
Expand All @@ -28,4 +26,4 @@ import About from "../components/About.astro";
<footer class="mb-8 ml-32 text-neutral-400">
&copy; 2024 Jamstack.wtf
</footer>
</Layout>
</Layout>

0 comments on commit abe2215

Please sign in to comment.