-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
it's a dirty hack but it works for now…
- Loading branch information
1 parent
aa5da50
commit e3c4de7
Showing
2 changed files
with
16 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
import Layout from "#layouts/Layout.astro"; | ||
import PostMeta from "#components/header-post-meta.astro"; | ||
import Prose from "#components/prose.astro"; | ||
import * as SITE from "#modules/site"; | ||
import Layout from '#layouts/Layout.astro' | ||
import PostMeta from '#components/header-post-meta.astro' | ||
import Prose from '#components/prose.astro' | ||
import * as SITE from '#modules/site' | ||
const { title, description } = Astro.props; | ||
const {title, description} = Astro.props | ||
--- | ||
|
||
<Layout> | ||
<Prose as="main"> | ||
<slot /> | ||
</Prose> | ||
<PostMeta | ||
slot="page-meta" | ||
title={`chantastic styleguide: ${title}`} | ||
description={description} | ||
path={SITE.url()} | ||
/> | ||
<Prose as="main"> | ||
<slot /> | ||
</Prose> | ||
<PostMeta | ||
slot="page-meta" | ||
title={`Michael Chan for Netflix Web UI Engineer (L5) - Games UI`} | ||
description={`Video cover for Michael Chan's application to Netflix.`} | ||
path={SITE.url()} | ||
/> | ||
</Layout> |
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