Commit 8237f9ca032f15f6d03813596867e55ddd2b094d
og:image need absolute url
Kamal Bin Mustafa committed on 1/18/2015, 2:57:31 PMParent: 5d11340833655a9b1fdb145c0ae49028ed58f870
Files changed
_includes/head.html | changed |
_includes/head.html | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | <meta property="og:type" content="article"/> |
9 | 9 | <meta property="og:title" content="{{ page.title }}"/> |
10 | 10 | <meta property="og:description" content="{{ page.summary }}"/> |
11 | 11 | <meta property="og:url" content="http://www.mydev.my{{ page.url }}" /> |
12 | - <meta property="og:image" content="/public/images/mydev.jpg"/> | |
12 | + <meta property="og:image" content="http://www.mydev.my/public/images/mydev.jpg"/> | |
13 | 13 | |
14 | 14 | <title> |
15 | 15 | {% if page.title == "Home" %} |
16 | 16 | {{ site.title }} · {{ site.tagline }} |
Built with git-ssb-web