summaryrefslogtreecommitdiff
path: root/_includes/head.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_includes/head.liquid')
-rw-r--r--_includes/head.liquid1
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 }}"/>