summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:15:55 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:15:55 +0100
commite927cb5ac86d9d50d0d3c112b50fe616ca68ec75 (patch)
tree31d281aca97732d4dd2c291b2b274972abd0def6
parentb23c816a0df39adf6716b995e83c3dd019edae7d (diff)
downloadwebsite-e927cb5ac86d9d50d0d3c112b50fe616ca68ec75.tar.gz
More minor tweaks to website functionality
-rw-r--r--_layouts/default.html2
-rw-r--r--blog.html2
-rw-r--r--index.html5
3 files changed, 5 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a8490fa..0edd7e0 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <title>{{page.title}} - mounderfod</title>
     <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
-    <meta name="description" content="" />
+    <meta name="description" content={{ page.excerpt | truncatewords: 50 }} />
     <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>
diff --git a/blog.html b/blog.html
index d11a086..b8dcb57 100644
--- a/blog.html
+++ b/blog.html
@@ -8,5 +8,5 @@ permalink: /blog/
 {% for post in site.posts %}
 <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
 <p><em>{{post.date | date: "%-d %B %Y"}}</em></p>
-<p>{{ post.excerpt | truncatewords: 20 }}</p>
+<p>{{ post.excerpt | truncatewords: 50 }}</p>
 {% endfor %}
diff --git a/index.html b/index.html
index 694b05c..8795390 100644
--- a/index.html
+++ b/index.html
@@ -3,10 +3,11 @@
   <head>
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="description" content="" />
+    <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" />
-    
+    <title>Home - mounderfod</title>
+    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
     <script src="timedate.js"></script>
   </head>