diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:05:47 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:05:47 -0400 |
commit | e4fdab8dd54fd7c4f0e90dfbe586587b700b600f (patch) | |
tree | dcd97febe7e64862cdf12f3523b2f833f3246842 /_layouts | |
parent | 9dd20dfcb919fd0bf54f2801ac5061dc43b849d9 (diff) | |
download | cobalt-site-e4fdab8dd54fd7c4f0e90dfbe586587b700b600f.tar.xz cobalt-site-e4fdab8dd54fd7c4f0e90dfbe586587b700b600f.zip |
Updated OGP tags.
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid index ab6ce02..8caa31d 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -5,7 +5,7 @@ <!-- 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:image" content="/public/images/logo.png"/> <meta property="og:url" content="{{ page.permalink }}"/> </head> |