diff options
| author | Ray <[email protected]> | 2017-05-10 19:40:49 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-05-10 19:40:49 +0200 |
| commit | 27bccdbd5096280fe6c900b0e941a8b90707dcc3 (patch) | |
| tree | 634383f4c2e687f73dd5c6720212cdabf1bdc7f1 /templates | |
| parent | 3ec2365103390e50eba4ea6f7703a4d87a1ef8b4 (diff) | |
| download | raylib-27bccdbd5096280fe6c900b0e941a8b90707dcc3.tar.gz raylib-27bccdbd5096280fe6c900b0e941a8b90707dcc3.zip | |
Review some path for image sharing
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/web_shell/shell.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html index b7cbb581..de3fde45 100644 --- a/templates/web_shell/shell.html +++ b/templates/web_shell/shell.html @@ -14,18 +14,19 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib HTML5 GAME"> <meta property="og:image:type" content="image/png"> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png"> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png"> + <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png"> + <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png"> <meta property="og:url" content="http://www.raylib.com/games"> <meta property="og:site_name" content="raylib.com"> <meta property="og:description" content="New hmtl5 videogame, developed using raylib videogames library"> + <!-- Twitter metatags for sharing --> <meta name="twitter:card" content="summary"> - <meta name="twitter:site" content="@emegemegames"> + <meta name="twitter:site" content="@raysan5"> <meta name="twitter:title" content="raylib HTML5 GAME"> <meta name="twitter:description" content="New HTML5 videogame, developed using raylib videogames library"> - <meta name="twitter:image" content="http://www.raylib.com/img/raylib_logo.png"> - <meta name="twitter:url" content="http://www.raylib.com/img/raylib_logo.png"> + <meta name="twitter:image" content="http://www.raylib.com/common/img/raylib_logo.png"> + <meta name="twitter:url" content="http://www.raylib.com/common/img/raylib_logo.png"> <!--<link rel="stylesheet" href="./Koala Seasons by emegeme_files/main.css">--> <link rel="shortcut icon" href="http://www.raylib.com/favicon.ico"> |
