summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:18:13 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:18:13 +0100
commit1f1eae4a0127c87762c385b9f607416e07d853d9 (patch)
treeaa5490655196e5d1025d4e75b63f161a212481ff /_layouts
parente927cb5ac86d9d50d0d3c112b50fe616ca68ec75 (diff)
downloadwebsite-1f1eae4a0127c87762c385b9f607416e07d853d9.tar.gz
Try to fix description
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0edd7e0..8bd85a1 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={{ page.excerpt | truncatewords: 50 }} />
+    <meta name="description" content={{ page.content | 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>