We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6d758 commit 80c13adCopy full SHA for 80c13ad
app/img/og.png
56.9 KB
app/templates/index.hbs
@@ -4,6 +4,13 @@
4
<meta charset="utf-8">
5
<title>Стиль кода Академии HTML</title>
6
<link rel="stylesheet" href="{{resolve 'style.css'}}">
7
+ <meta name="twitter:card" content="summary_large_image">
8
+ <meta name="twitter:site" content="@htmlacademy_ru">
9
+ <meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
10
+ <meta property="og:type" content="website">
11
+ <meta property="og:url" content="https://htmlacademy.github.io/codeguide/">
12
+ <meta property="og:title" itemprop="name" content="Стиль кода Академии HTML">
13
+ <meta property="og:image" itemprop="image" content="https://htmlacademy.github.io/codeguide/img/og.png">
14
</head>
15
<body>
16
0 commit comments