Skip to content

Commit

Permalink
Updated meta.html to include Open Graph Protocol (OGP) embed
Browse files Browse the repository at this point in the history
  • Loading branch information
VDeltaGabriel committed Sep 3, 2024
1 parent e066bd5 commit 2807c04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/_includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
<meta property="og:title" content="{{ site.title }} | {{ page.title }}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.iiteam.net/" />
<meta property="og:image" content="https://www.iiteam.net/assets/header/hammer_logo.png" />
<title>{{ site.title }} | {{ page.title }}</title>
</head>

0 comments on commit 2807c04

Please sign in to comment.