diff options
author | Noah <mounderfod@gmail.com> | 2023-08-04 08:44:24 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-08-04 08:44:24 +0000 |
commit | c6bcb4929aa6b1a113158b00523390ac1034f22f (patch) | |
tree | af8667760853f673681d91ece41123aa4e515888 /_layouts | |
parent | 465246f4b1cb863671278559d98924504db85aed (diff) | |
download | website-c6bcb4929aa6b1a113158b00523390ac1034f22f.tar.gz |
Fix opengraph
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
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> |