Skip to content

Commit 47ffc79

Browse files
coliffmolant
authored andcommittedSep 17, 2019
Fix: Make opengraph image URLSs absolute
Rel #516 Close #832
1 parent 5b6c47f commit 47ffc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/webhint-theme/layout/partials/metas.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<meta property="og:image" content="<% if (page && page.image) { %><%= page.image %><% } else { %>/images/apple-touch-icon.png<% } %>" />
1+
<meta property="og:image" content="https://webhint.io<% if (page && page.image) { %><%= page.image %><% } else { %>/images/apple-touch-icon.png<% } %>" />
22
<meta property="og:description" content="<% if (page && page.description) { %><%= page.description %><% } else { %>webhint, a linting tool for the web focused on best practices and flexibility for the end user<% } %>" />
33
<meta property="og:title" content="<%= page.title %>" />
44

0 commit comments

Comments
 (0)
Please sign in to comment.