Skip to content

Commit

Permalink
⚡Update: Open Graph Banner in Github Page
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-kr committed May 12, 2022
1 parent 77f2d4c commit b15ad05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<meta property="og:title" content="DC Tokens - Discord like Tokens For Auth">
<meta property="og:description"
content="DCTokens are the discord like tokens that can be used for authentiction in your website, api, or anything you want (you can even trick people to think its an actual discord token 😉). It Uses HMAC with SHA-256 to sign the tokens.">
<meta property="og:image" content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg">
<meta property="og:image" content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png">
<meta property="og:image:secure_url"
content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg" />
content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="696" />
Expand All @@ -36,13 +36,13 @@
<meta property="twitter:title" content="DC Tokens - Discord like Tokens For Auth">
<meta property="twitter:description"
content="DCTokens are the discord like tokens that can be used for authentiction in your website, api, or anything you want (you can even trick people to think its an actual discord token 😉). It Uses HMAC with SHA-256 to sign the tokens.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg">
<meta property="twitter:image" content="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png">

<!-- Icons -->
<link rel="icon" type="image/svg+xml"
href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg" />
<link rel="shortcut icon" href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg" />
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/DCT.svg" />
href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png" />
<link rel="shortcut icon" href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png" />
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/arnav-kr/DC-Tokens/main/images/og_banner.png" />

<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
Expand Down
Binary file added images/og_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b15ad05

Please sign in to comment.