aboutsummaryrefslogtreecommitdiff
path: root/web/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-11 18:02:05 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-11 18:02:05 -0500
commit7e65ae0e135098acad76b8081f34478b4efc077f (patch)
treeb7efc060fca4257a875a5a3e525e2733b6579040 /web/src/layouts/Layout.astro
parentf5de90ba89146008af78c16e798e216efccf0c50 (diff)
downloadAleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.tar.gz
AleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.tar.bz2
AleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.zip
Cleaned up some code, author image now support attachments
Diffstat (limited to 'web/src/layouts/Layout.astro')
-rw-r--r--web/src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro
index e455c61..2f6032d 100644
--- a/web/src/layouts/Layout.astro
+++ b/web/src/layouts/Layout.astro
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
- <title>Astro Basics</title>
+ <title>AleeBot Web Interface</title>
</head>
<body>
<slot />