summaryrefslogtreecommitdiff
path: root/_layouts/post.liquid
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-10-25 19:13:32 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-10-25 19:13:32 -0400
commitf5d67ea11aa1a116d28d922d2de02d5234b909ab (patch)
tree74cbbfd5cdc97da48c76cbd09139040476668e18 /_layouts/post.liquid
parente4fdab8dd54fd7c4f0e90dfbe586587b700b600f (diff)
downloadcobalt-site-f5d67ea11aa1a116d28d922d2de02d5234b909ab.tar.xz
cobalt-site-f5d67ea11aa1a116d28d922d2de02d5234b909ab.zip
Moved OGP tags into included header.
Diffstat (limited to '_layouts/post.liquid')
-rw-r--r--_layouts/post.liquid5
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>