summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-08-04 08:44:24 +0000
committerNoah <mounderfod@gmail.com>2023-08-04 08:44:24 +0000
commitc6bcb4929aa6b1a113158b00523390ac1034f22f (patch)
treeaf8667760853f673681d91ece41123aa4e515888
parent465246f4b1cb863671278559d98924504db85aed (diff)
downloadwebsite-c6bcb4929aa6b1a113158b00523390ac1034f22f.tar.gz
Fix opengraph
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ec55d8a..36ef82e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,7 +6,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge" />
   <meta property="og:url" content="https://mounderfod.online" />
   <meta property="og:type" content="website" />
-  <meta property="og:title" content="Home - mounderfod" />
+  <meta property="og:title" content="{{page.title}} - mounderfod" />
   <meta property="og:image"
     content="https://cdn.discordapp.com/attachments/838048982873538572/1132359972165013534/image.png" />
   <title>{{page.title}} - mounderfod</title>