summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:22:43 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:22:43 +0100
commit914998b9d931048692fdc49ca47b5474292ba911 (patch)
tree94cb68bc05faf029b3d5c6892e349b4cc4c1c22a /_layouts
parent2351de043608638231f0df1dd6f52a5ed57bf0a3 (diff)
downloadwebsite-914998b9d931048692fdc49ca47b5474292ba911.tar.gz
nope this is the actual fix
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 90193be..efb51e9 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 | strip_html | truncatewords: 50 }} />
+    <meta name="description" content="{{ page.excerpt | strip_html | 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>