Skip to content

Commit

Permalink
html_header: Add an og:type property, set to "website".
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 28, 2024
1 parent 34a1a1c commit 6f8d5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/html_header
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta name="twitter:site" content="@@twitteruser@" />
<meta name="twitter:image" content="@baseurl@/static_files/logo.png" />
<meta property="og:image" content="@baseurl@/static_files/logo.png" />
<meta property="og:type" content="website" />
<meta name="twitter:url" content="@url@" />
<meta property="og:url" content="@url@" />
<meta name="twitter:title" content="@page@" />
Expand Down

0 comments on commit 6f8d5c3

Please sign in to comment.