diff --git a/backup-20250422/BaseLayout.astro b/backup-20250422/BaseLayout.astro deleted file mode 100644 index e310117..0000000 --- a/backup-20250422/BaseLayout.astro +++ /dev/null @@ -1,112 +0,0 @@ ---- -import '../styles/global.css'; -import Header from '../components/Header.astro'; -import Footer from '../components/Footer.astro'; - -interface Props { - title: string; - description?: string; -} - -const { title, description = "LaForce IT - Home Lab & DevOps Insights" } = Astro.props; ---- - - - - - - - {title} - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-
-
-
- -
- - - -