diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:57:03 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:57:03 -0400 |
commit | ae5e05fb022c38b0696df5db3236e78902077e85 (patch) | |
tree | abe9baff2a21c08a0e821121c3eb606a242dc46a | |
parent | 9fb1570ca463352d92b60661ed31583118ac97fc (diff) | |
download | cobalt-site-ae5e05fb022c38b0696df5db3236e78902077e85.tar.xz cobalt-site-ae5e05fb022c38b0696df5db3236e78902077e85.zip |
OGP
-rw-r--r-- | _includes/head.liquid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid index 773ce02..3b2fba3 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -5,6 +5,7 @@ <!-- Open Graph Protocol --> <meta property="og:site_name" content="53hornet"/> +<meta property="og:description" content="{{ page.excerpt | truncatewords: 50 | strip_html }}"/> <meta property="og:type" content="article"/> <meta property="og:title" content="{{ page.title }}"/> <meta property="og:url" content="{{ "https://53hor.net/" | append: page.permalink }}"/> |