summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 16:51:25 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 16:51:25 +0100
commit31f65887ac5972d487610bec9e0e69bf8b9fa72b (patch)
treedae2aefe250ba8945e15770719e4320d31ef6755 /index.html
parentf486a94696a4a6d3518794c4d22acb7100f6293a (diff)
downloadwebsite-31f65887ac5972d487610bec9e0e69bf8b9fa72b.tar.gz
Fix home page title
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index cd43d92..ab7afa7 100644
--- a/index.html
+++ b/index.html
@@ -3,9 +3,10 @@
   <head>
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <title>{{page.title}} - mounderfod</title>
+    <title>Home - mounderfod</title>
     <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
-    <meta name="description" content="{{ page.excerpt | strip_html | truncatewords: 50 }}" />
+    <meta name="description" content="Hello! :D My name is Noah, but I go by mounderfod. I am interested in music,
+    programming and video games." />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="stylesheet" href="/assets/index.css" />
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>