Add meta description to index.html
This commit is contained in:
@ -1,17 +1,20 @@
|
|||||||
---
|
---
|
||||||
import Layout from '~/layouts/Layout.astro';
|
import Layout from '~/layouts/Layout.astro';
|
||||||
|
|
||||||
import BasicCTA from '~/components/astro/ctas/BasicCTA.astro';
|
import BasicCTA from '~/components/astro/ctas/BasicCTA.astro';
|
||||||
import BasicFeatures from '~/components/astro/features/BasicFeatures.astro';
|
import BasicFeatures from '~/components/astro/features/BasicFeatures.astro';
|
||||||
import StepsFeatures from '~/components/astro/features/StepsFeatures.astro';
|
import StepsFeatures from '~/components/astro/features/StepsFeatures.astro';
|
||||||
import HeroWithImage from '~/components/astro/hero/HeroWithImage.astro';
|
import HeroWithImage from '~/components/astro/hero/HeroWithImage.astro';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="AstroWind — Your website with Astro + Tailwind CSS">
|
<Layout
|
||||||
<main>
|
title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||||
<HeroWithImage />
|
description="Performance and accessible template to make your website using Astro + Tailwind CSS."
|
||||||
<BasicFeatures />
|
>
|
||||||
<StepsFeatures />
|
<main>
|
||||||
<BasicCTA />
|
<HeroWithImage />
|
||||||
</main>
|
<BasicFeatures />
|
||||||
|
<StepsFeatures />
|
||||||
|
<BasicCTA />
|
||||||
|
</main>
|
||||||
</Layout>
|
</Layout>
|
Reference in New Issue
Block a user