Skip to content

Commit

Permalink
Show mod icon in Discord and Twitter embed (#29)
Browse files Browse the repository at this point in the history
* show mod icon in embed

* Update README.md

* im done now
  • Loading branch information
Uproxide authored Apr 8, 2024
1 parent 46eb847 commit a6a6aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/[mod.id]/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<meta property="og:type" content="website">
<meta property="og:title" content="$MOD_NAME - Geode">
<meta property="og:description" content="View the $MOD_NAME mod for Geode">
<meta property="og:image" content="https://docs.geode-sdk.org/icon.png">
<meta property="og:image" content="$MOD_ICON_URL">
<meta property="og:image:width" content="80">
<meta property="og:image:height" content="80">

<meta name="twitter:card" content="summary">
<meta property="twitter:url" content="https://geode-sdk.org/mods/$MOD_ID">
<meta name="twitter:title" content="$MOD_NAME - Geode">
<meta name="twitter:description" content="View the $MOD_NAME mod for Geode">
<meta property="twitter:image:src" content="https://docs.geode-sdk.org/icon.png">
<meta property="twitter:image:src" content="$MOD_ICON_URL">

<link href="/favicon.ico" rel="icon" type="image/x-icon">

Expand Down

0 comments on commit a6a6aa7

Please sign in to comment.