Skip to content

Commit 7c096ee

Browse files
committed
fix image embed (hopefully)
1 parent 01d879d commit 7c096ee

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66

7-
<link rel="canonical" href="https://tech-tac.github.io/" />
87
<meta name="title" content="Tech-Tac" />
98
<meta name="author" content="Tech-Tac" />
109
<meta name="description" content="My projects and how to contact me." />
1110
<meta name="theme-color" content="#0088ff" />
12-
11+
12+
<link rel="canonical" href="https://tech-tac.github.io/" />
1313
<meta property="og:url" content="https://tech-tac.github.io/" />
1414
<meta property="og:site_name" content="Tech-Tac" />
15-
<meta property="og:image" content="avatar.png" />
16-
<meta property="og:image:type" content="image/png" />
17-
<meta property="og:image:width" content="256" />
18-
<meta property="og:image:height" content="256" />
15+
<meta property="og:image" content="https://tech-tac.github.io/avatar.png" />
16+
<meta name="twitter:card" content="summary">
17+
1918

2019
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120-precomposed.png" />
2120
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152-precomposed.png" />

0 commit comments

Comments
 (0)