summary refs log tree commit diff stats
path: root/_layouts
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 /_layouts
parentb23c816a0df39adf6716b995e83c3dd019edae7d (diff)
downloadwebsite-e927cb5ac86d9d50d0d3c112b50fe616ca68ec75.tar.gz
More minor tweaks to website functionality
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 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>