{title}
What have I been up to?{title}
This year (2022) I have moved to The Netherlands with my family;
diff --git a/src/pages/now/index.astro b/src/pages/now/index.astro
index 3ded66d..31cf8f3 100644
--- a/src/pages/now/index.astro
+++ b/src/pages/now/index.astro
@@ -1,7 +1,6 @@
---
import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/Footer.astro";
-import Back from "../../components/Back.astro";
import Posts from "../../components/Posts.astro";
const posts = await Astro.glob("./and-then/posts/*.astro");
@@ -9,7 +8,6 @@ const posts = await Astro.glob("./and-then/posts/*.astro");
diff --git a/src/pages/showcase/astro-github-stats.astro b/src/pages/showcase/astro-github-stats.astro
index 5e8f20f..1369cbe 100644
--- a/src/pages/showcase/astro-github-stats.astro
+++ b/src/pages/showcase/astro-github-stats.astro
@@ -1,7 +1,6 @@
---
import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/Footer.astro";
-import Back from "../../components/Back.astro";
import GithubStats from "astro-github-stats";
---
@@ -10,7 +9,6 @@ import GithubStats from "astro-github-stats";
description="Embed GitHub stats on your Astro page"
>
Embed GitHub stats on your Astro page
Generate a dynamic form based on your data, and modify programatically
diff --git a/src/pages/showcase/index.astro b/src/pages/showcase/index.astro
index 7ae90e7..0a3b79d 100644
--- a/src/pages/showcase/index.astro
+++ b/src/pages/showcase/index.astro
@@ -2,7 +2,6 @@
import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/Footer.astro";
import Card from "../../components/Card.astro";
-import Back from "../../components/Back.astro";
---
Now
What am I currently up to?
Astro GitHub Stats
diff --git a/src/pages/showcase/astro-reactive-form.astro b/src/pages/showcase/astro-reactive-form.astro
index 3e557b6..56f170a 100644
--- a/src/pages/showcase/astro-reactive-form.astro
+++ b/src/pages/showcase/astro-reactive-form.astro
@@ -1,7 +1,6 @@
---
import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/Footer.astro";
-import Back from "../../components/Back.astro";
import Form, { ControlConfig, FormGroup } from "@astro-reactive/form";
import { Validators } from "@astro-reactive/validator";
@@ -70,7 +69,6 @@ const characteristicsForm: FormGroup = new FormGroup(
description="Generate a dynamic form based on your data, and modify programatically"
>
Astro Reactive Form
Fun Side Projects
Social Links