В моем профиле ссылки в моем личном веб-сайте, размещенном на Github-страницах, не отображается миниатюра .
Я следовал рекомендациям, доступным на LinkedIn , но все равно не работает.
Я удалил некоторые личные данные из этого кода.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="ME"/>
<meta property="og:image" content="img/snapshot.PNG"/>
<meta property="og:description" content="A description"/>
<meta property="og:url" content="URL to the site" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/grey-white.css">
</head>
<body>
<main>
<div class="intro">STUFF</div>
</main>
</body>
</html>
Структура папки:
index.html
css/
reset.css
styles.css
themes/
grey-white.css
img/
snapshot.PNG
favicon.ico
circuit-board.svg
Что мне здесь не хватает?Это ограничение в Linkedin, Github-страницах или я сделал что-то не так?