Skip to content

Commit

Permalink
fix opengraph embed for pve guide (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jul 25, 2024
1 parent ae5adde commit cc75e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/pve-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta property="og:title" content="CM-SS13" />
<meta property="og:type" content="website" />
<meta property="og:description" content="CM-SS13 Rules" />
<meta property="og:description" content="CM-SS13: PVE Guide" />
<meta property="og:image" content="{{ site.url }}/assets/logo.png" />
<meta property="og:sitename" content="{{ site.url }}" />

Expand All @@ -25,4 +25,4 @@
<div class="container">
{{ content }}
</div>
</body>
</body>

0 comments on commit cc75e65

Please sign in to comment.