diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:38:30 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:38:30 -0400 |
commit | 0c25360a587cdc86c1dfe7faf15f349a034a333b (patch) | |
tree | 03c976956e71fa90ec7d919b41fe9ac824f37316 /_includes | |
parent | d16efd5565c7085578eed1f31a5ece11054bdb86 (diff) | |
download | cobalt-site-0c25360a587cdc86c1dfe7faf15f349a034a333b.tar.xz cobalt-site-0c25360a587cdc86c1dfe7faf15f349a034a333b.zip |
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 9e96641..8a962e3 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -7,7 +7,7 @@ <meta property="og:title" content="{{ page.title }}"/> <meta property="og:description" content="{{ page.excerpt | truncatewords: 50 }}"/> <meta property="og:image" content="https://53hor.net/public/images/logo.png"/> -<meta property="og:url" content="{{ page.permalink }}"/> +<meta property="og:url" content="{{ page.slug }}"/> <meta property="og:site_name" content="53hornet"/> <meta property="og:type" content="article"/> |