aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-22 15:47:03 -0500
committerAndrew Lee <andrew@alee14.me>2025-02-22 15:47:03 -0500
commite5281296d3238c7f26210317e67c0c2a4a9d3a22 (patch)
tree6342e4374d164c8118529bcddb179cb1946bf273 /src/layouts/Layout.astro
parent337aa2cfdf39e03f5e03690240e6be0bf94229f3 (diff)
downloadbnbmc-website-e5281296d3238c7f26210317e67c0c2a4a9d3a22.tar.gz
bnbmc-website-e5281296d3238c7f26210317e67c0c2a4a9d3a22.tar.bz2
bnbmc-website-e5281296d3238c7f26210317e67c0c2a4a9d3a22.zip
Added a news section; Added columns
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index e51b083..6fecdb9 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
+
+ <meta name="title" content="bits & Bytes Minecraft" />
+ <meta name="description" content="Official Minecraft server for the bits & Bytes Community" />
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>bits & Bytes Minecraft</title>