summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/cheatsheet.html
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 23:31:28 +0200
committerRay <[email protected]>2019-05-21 23:31:28 +0200
commitc12d0c359e85476dc2cdc3aa1d41ee41eedaa8db (patch)
treea5996faf05fbd81266302a22c23564b70792aa9d /cheatsheet/cheatsheet.html
parent87ef84e2933394815bf1cc3bd001a0607952be57 (diff)
downloadraylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.tar.gz
raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.zip
Review metatags
Diffstat (limited to 'cheatsheet/cheatsheet.html')
-rw-r--r--cheatsheet/cheatsheet.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html
index f2246e7..6a95817 100644
--- a/cheatsheet/cheatsheet.html
+++ b/cheatsheet/cheatsheet.html
@@ -12,12 +12,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - cheatsheet"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="don't miss latest functions added to raylib... check raylib cheatsheet"/>
+ <meta property="og:description" content="Don't miss latest functions added to raylib... check raylib cheatsheet"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>