From e4537fe81e36e4bfdad5a5e9106de254377fe742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Sun, 22 Oct 2023 14:12:38 +0300 Subject: [PATCH] some rework oembed and opengraph metadata --- Pages/Shared/_Layout.cshtml | 9 ++++----- wwwroot/json/oembed.json | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index e558b17..51c8f94 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -8,14 +8,13 @@ - + - + + content="Here you can check info about YaFlay: social networks, programming languages that he knows and his projects." /> - - +
diff --git a/wwwroot/json/oembed.json b/wwwroot/json/oembed.json index 361848c..7d3c789 100644 --- a/wwwroot/json/oembed.json +++ b/wwwroot/json/oembed.json @@ -2,12 +2,12 @@ "embeds": [ { "type": "rich", - "url": "https://yaflay.ru/", + "url": "yaflay.ru", "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": { - "url": "https://avatars.githubusercontent.com/u/93622229?v=4", - "proxy_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://user-images.githubusercontent.com/5713670/87202985-820dcb80-c2b6-11ea-9f56-7ec461c497c3.gif", "width": 1200, "height": 1200 }