diff options
-rw-r--r-- | _layouts/post.liquid | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid index a23d51f..ab6ce02 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -2,6 +2,11 @@ <html> <head> {% include "head.liquid" %} + <!-- Open Graph Protocol --> + <meta property="og:title" content="{{ page.title }}"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="/favicon.ico"/> + <meta property="og:url" content="{{ page.permalink }}"/> </head> <body> |