Fix format
This commit is contained in:
@ -12,8 +12,10 @@ import BasicStats from "~/components/astro/stats/BasicStats.astro";
|
||||
import BlogFeaturesFourCols from "~/components/astro/blog/BlogFeaturesFourCols.astro";
|
||||
---
|
||||
|
||||
<Layout title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||
description="Performance and accessible template to make your website using 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 class="mt-20">
|
||||
<HeroWithImage />
|
||||
<BasicFeatures />
|
||||
@ -25,4 +27,4 @@ import BlogFeaturesFourCols from "~/components/astro/blog/BlogFeaturesFourCols.a
|
||||
<BasicStats />
|
||||
<BasicCTA />
|
||||
</main>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user