Skip to content

Commit

Permalink
Fix: Make opengraph image URLSs absolute
Browse files Browse the repository at this point in the history
Rel #516
Close #832
  • Loading branch information
coliff authored and molant committed Sep 17, 2019
1 parent 5b6c47f commit 47ffc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhint-theme/layout/partials/metas.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<meta property="og:image" content="<% if (page && page.image) { %><%= page.image %><% } else { %>/images/apple-touch-icon.png<% } %>" />
<meta property="og:image" content="https://webhint.io<% if (page && page.image) { %><%= page.image %><% } else { %>/images/apple-touch-icon.png<% } %>" />
<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<% } %>" />
<meta property="og:title" content="<%= page.title %>" />

Expand Down

0 comments on commit 47ffc79

Please sign in to comment.