Add meta description to index.html
This commit is contained in:
@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
|
title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||||
|
description="Performance and accessible template to make your website using Astro + Tailwind CSS."
|
||||||
|
>
|
||||||
<main>
|
<main>
|
||||||
<HeroWithImage />
|
<HeroWithImage />
|
||||||
<BasicFeatures />
|
<BasicFeatures />
|
||||||
|
Reference in New Issue
Block a user