diff options
Diffstat (limited to '_layouts/post.liquid')
-rw-r--r-- | _layouts/post.liquid | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 8caa31d..a23d51f 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -2,11 +2,6 @@ <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="/public/images/logo.png"/> - <meta property="og:url" content="{{ page.permalink }}"/> </head> <body> |