Skip to content

Commit

Permalink
Fix: Add og:url and og:type
Browse files Browse the repository at this point in the history
Ref #516
Close #885
  • Loading branch information
Hirse committed Feb 7, 2020
1 parent 0127de6 commit c19ddb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webhint-theme/layout/partials/metas.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<meta property="og:url" content="https://webhint.io" />
<meta property="og:type" content="website" />
<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 c19ddb8

Please sign in to comment.