diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 16:51:25 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 16:51:25 +0100 |
commit | 31f65887ac5972d487610bec9e0e69bf8b9fa72b (patch) | |
tree | dae2aefe250ba8945e15770719e4320d31ef6755 | |
parent | f486a94696a4a6d3518794c4d22acb7100f6293a (diff) | |
download | website-31f65887ac5972d487610bec9e0e69bf8b9fa72b.tar.gz |
Fix home page title
-rw-r--r-- | index.html | 5 |
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> |