diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:21:37 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:21:37 -0400 |
commit | c1921d007121ef8fb24e60a5e9da4cae512ce505 (patch) | |
tree | a35e85aa4b512921e619bd7648c37092db1eb6e7 /_includes | |
parent | 9af660329d12e565403b76fb7182973317d6303b (diff) | |
download | cobalt-site-c1921d007121ef8fb24e60a5e9da4cae512ce505.tar.xz cobalt-site-c1921d007121ef8fb24e60a5e9da4cae512ce505.zip |
OGP
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/head.liquid | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid index aaad3a0..0698e61 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -5,7 +5,8 @@ <!-- Open Graph Protocol --> <meta property="og:title" content="{{ page.title }}"/> +<meta property="og:description" content="{{ page.excerpt | truncatewords: 20 }}"/> <meta property="og:type" content="website"/> -<meta property="og:image" content="/public/images/logo.png"/> +<meta property="og:image" content="https://53hor.net/public/images/logo.png"/> <meta property="og:url" content="{{ page.permalink }}"/> <meta property="og:site_name" content="53hornet"/> |