Finally finish this enough to post
From here I will actually track changed with git but I just needed a base to work from. RIP this attomic ass commit
This commit is contained in:
parent
079e48c94e
commit
4bdb2ca436
48 changed files with 4693 additions and 657 deletions
12
src/components/EmbedCode.astro
Normal file
12
src/components/EmbedCode.astro
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
const description = "Just my little website do be gay and do crime on~";
|
||||
const embedImage = "https://aria.coffee/static/img/sites/avatar.png";
|
||||
const embedColour = "#380A84"
|
||||
|
||||
const { pageTitle } = Astro.props;
|
||||
---
|
||||
<meta content={pageTitle} property="og:title" />
|
||||
<meta content={description} property="og:description" />
|
||||
<meta content={Astro.site} property="og:url" />
|
||||
<meta content={embedImage} property="og:image" />
|
||||
<meta content={embedColour} data-react-helmet="true" name="theme-color" />
|
Loading…
Add table
Add a link
Reference in a new issue