Skip to content

Commit 80c13ad

Browse files
committed
🔮 Добавил OG
1 parent 8a6d758 commit 80c13ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/img/og.png

56.9 KB
Loading

app/templates/index.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<meta charset="utf-8">
55
<title>Стиль кода Академии HTML</title>
66
<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">
714
</head>
815
<body>
916

0 commit comments

Comments
 (0)