diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-17 01:20:58 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-17 01:34:37 -0700 |
| commit | fefc147b1b61c729b762a548b2af18d7561228c4 (patch) | |
| tree | cdea12d4f7303ad0c0e720e18b86dd0773a566e6 /src | |
| parent | 582f753a9370c00f82ddd0ea0c4bf842df318a96 (diff) | |
update README
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8d5c7e4..e79c99d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,10 @@ const { title } = Astro.props; <html lang="en"> <head> <meta charset="UTF-8" /> - <meta name="description" content="Astro description" /> + <meta + name="description" + content="providing only the most moe of web services" + /> <meta name="viewport" content="width=device-width" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link |
