diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:16:12 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:16:12 -0400 |
commit | c235619081e4f68857f585d794a1d643042433ec (patch) | |
tree | 94684576fd52374929debfcc23f47d09d42307c9 /_includes | |
parent | f5d67ea11aa1a116d28d922d2de02d5234b909ab (diff) | |
download | cobalt-site-c235619081e4f68857f585d794a1d643042433ec.tar.xz cobalt-site-c235619081e4f68857f585d794a1d643042433ec.zip |
Updated OGP
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/head.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid index f1b4ffa..9c12e76 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -5,7 +5,7 @@ <!-- Open Graph Protocol --> <meta property="og:title" content="{{ page.title }}"/> -<meta property="og:description" content="{{ page.description }}"/> +<meta property="og:description" content="{{ site.description }}"/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://53hor.net/public/images/logo.png"/> <meta property="og:url" content="{{ page.permalink }}"/> |