Compare commits
3 Commits
ba6a8c1308
...
ab7464eb83
Author | SHA1 | Date | |
---|---|---|---|
ab7464eb83 | |||
512d102bb2 | |||
82e0ee9280 |
@ -16,6 +16,10 @@ const { title } = Astro.props;
|
||||
<meta name="description" content="Astro description" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<script
|
||||
defer
|
||||
data-domain="creator.tempblade.com"
|
||||
src="https://analytics.unom.io/js/plausible.js"></script>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
import RootLayout from "@/layouts/RootLayout.astro";
|
||||
import Section from "@/components/Section.astro";
|
||||
import Button from "@/components/Button.astro";
|
||||
import Landing from "@/sections/Landing.astro";
|
||||
import Introduction from "@/sections/Introduction.astro";
|
||||
import Features from "@/sections/Features.astro";
|
||||
|
@ -15,6 +15,7 @@
|
||||
<p>
|
||||
You're a developer, like our idea and want to help? Join our discord or
|
||||
check out the repository!
|
||||
<a href="https://discord.gg/map44Dt6sK">Our Discord</a>
|
||||
</p>
|
||||
<p>
|
||||
You're not a developer but still want to support the work? I've got a
|
||||
|
Loading…
x
Reference in New Issue
Block a user