mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
some rework oembed and opengraph metadata
This commit is contained in:
@@ -8,14 +8,13 @@
|
|||||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||||
<link type="application/json+oembed" href="~/json/oembed.json" />
|
<link type="application/json+oembed" href="~/json/oembed.json" />
|
||||||
<meta property="og:title" content="YaFlay ReadMe" />
|
<meta property="og:title" content="YaFlay ReadMe" />
|
||||||
<meta property="og:type" content="profile" />
|
<meta property="og:type" content="rich" />
|
||||||
<meta property="og:url" content="https://yaflay.ru/" />
|
<meta property="og:url" content="https://yaflay.ru/" />
|
||||||
<meta property="og:image" content="https://avatars.githubusercontent.com/u/93622229?v=4" />
|
<meta property="og:image" content="https://user-images.githubusercontent.com/5713670/87202985-820dcb80-c2b6-11ea-9f56-7ec461c497c3.gif" />
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="Here you can learn about YaFlay: social networks, programming languages that he knows and his projects." />
|
content="Here you can check info about YaFlay: social networks, programming languages that he knows and his projects." />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:site_name" content="yaflay_readme" />
|
<meta property="og:site_name" content="yaflay.ru" />
|
||||||
<meta property="profile:username" content="YaFlay" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"type": "rich",
|
"type": "rich",
|
||||||
"url": "https://yaflay.ru/",
|
"url": "yaflay.ru",
|
||||||
"title": "YaFlay ReadMe",
|
"title": "YaFlay ReadMe",
|
||||||
"description": "Here you can learn about YaFlay: social networks, programming languages that he knows and his projects.",
|
"description": "Here you can get info about YaFlay: social networks, programming languages that he knows and his projects.",
|
||||||
"thumbnail": {
|
"thumbnail": {
|
||||||
"url": "https://avatars.githubusercontent.com/u/93622229?v=4",
|
"url": "https://user-images.githubusercontent.com/5713670/87202985-820dcb80-c2b6-11ea-9f56-7ec461c497c3.gif",
|
||||||
"proxy_url": "https://avatars.githubusercontent.com/u/93622229?v=4",
|
"proxy_url": "https://user-images.githubusercontent.com/5713670/87202985-820dcb80-c2b6-11ea-9f56-7ec461c497c3.gif",
|
||||||
"width": 1200,
|
"width": 1200,
|
||||||
"height": 1200
|
"height": 1200
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user