unused placeholder
This commit is contained in:
parent
4edf616a73
commit
c75f4c9479
2 changed files with 1 additions and 7 deletions
|
@ -2,18 +2,12 @@
|
||||||
import Header from "../components/Header.astro";
|
import Header from "../components/Header.astro";
|
||||||
import Head from "../components/Head.astro";
|
import Head from "../components/Head.astro";
|
||||||
import Footer from "../components/Footer.astro";
|
import Footer from "../components/Footer.astro";
|
||||||
interface Props {
|
|
||||||
title: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
const { title } = Astro.props;
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<Head />
|
<Head />
|
||||||
<title>{title}</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body onload="onload()" id="body">
|
<body onload="onload()" id="body">
|
||||||
<Header />
|
<Header />
|
||||||
|
|
|
@ -3,6 +3,6 @@ import Layout from "../layouts/Layout.astro";
|
||||||
import Card from "../components/Card.astro";
|
import Card from "../components/Card.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="LimePot - ">
|
<Layout>
|
||||||
<main></main>
|
<main></main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue