-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a34baa7
commit 5ae806f
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
--- | ||
import MainLayout from "layouts/main.astro"; | ||
import Grid from "components/@common/Grid.astro"; | ||
--- | ||
|
||
<MainLayout | ||
title="Home sweet home" | ||
title="Home" | ||
description="Page description" | ||
og_title="Open Graph Title" | ||
og_description="Open Graph Description" | ||
> | ||
<p class="body-normal">Hey</p> | ||
<div class="container"> | ||
<Grid> | ||
<div class="bg-neutral3 col-span-full"> | ||
<div>Hey</div> | ||
</div> | ||
</Grid> | ||
</div> | ||
</MainLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters