Skip to content

Commit c19ddb8

Browse files
authored
Fix: Add og:url and og:type
Ref #516 Close #885
1 parent 0127de6 commit c19ddb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<meta property="og:url" content="https://webhint.io" />
2+
<meta property="og:type" content="website" />
13
<meta property="og:image" content="https://webhint.io<% if (page && page.image) { %><%= page.image %><% } else { %>/images/apple-touch-icon.png<% } %>" />
24
<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<% } %>" />
35
<meta property="og:title" content="<%= page.title %>" />

0 commit comments

Comments
 (0)