add contact.md
add h1 to MarkdownLayout that accepts frontmatter.title
This commit is contained in:
parent
73107c887a
commit
5f97c49fed
@ -11,5 +11,6 @@ const { frontmatter } = Astro.props;
|
||||
</head>
|
||||
|
||||
<BasicLayout>
|
||||
<h1>{frontmatter.title}</h1>
|
||||
<slot />
|
||||
</BasicLayout>
|
@ -3,8 +3,6 @@ layout: ../../layouts/MarkdownLayout.astro
|
||||
title: "about emma"
|
||||
---
|
||||
|
||||
# about emma
|
||||
|
||||
this page serves as my way to introduce myself to you.
|
||||
perhaps you find yourself wanting to know more about the
|
||||
creator of this website, maybe you just like reading
|
||||
|
8
src/pages/site/contact.md
Normal file
8
src/pages/site/contact.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: ../../layouts/MarkdownLayout.astro
|
||||
title: "contact emma"
|
||||
---
|
||||
|
||||
you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place
|
||||
|
||||
i'm also apart of the [32-Bit Cafe](https://32bit.cafe) on their discourse forum and discord if you're already there
|
Loading…
x
Reference in New Issue
Block a user